[#3031] Adjusted changelog entry.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Tue, 29 Sep 2020 14:34:49 +0000 (17:34 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Tue, 29 Sep 2020 14:34:49 +0000 (17:34 +0300)
CHANGELOG.md

index 8b0f72eb38e7db8c5b6e9667396b3c329ef12c3c..f115851137c35fb83c9b8dfe5e94397b8c121d7d 100644 (file)
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - The `discoverable` field in the `User` struct will now add a NOINDEX metatag to profile pages when false.
 - Users with the `discoverable` field set to false will not show up in searches.
 - Minimum lifetime for ephmeral activities changed to 10 minutes and made configurable (`:min_lifetime` option).
-- **Breaking:** Introduced dependencies on `ffmpeg` and `ImageMagick` software packages. Please refer to documentation in `docs/installation`.
+- Introduced optional dependencies on `ffmpeg`, `ImageMagick`, `exiftool` software packages. Please refer to `docs/installation/optional/media_graphics_packages.md`.
 
 ### Added
 - Media preview proxy (requires `ffmpeg` and `ImageMagick` to be installed and media proxy to be enabled; see `:media_preview_proxy` config for more details).