diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-29 17:34:49 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-29 17:34:49 +0300 |
commit | ae262846389aabfc71c12c2eb903cbe367140184 (patch) | |
tree | 7c7f178ceb4fa411b46f9c4195fd4b5e51ea41cd | |
parent | a24f80badf2c24a12de1e99a429aa23e2b40b40c (diff) | |
download | pleroma-ae262846389aabfc71c12c2eb903cbe367140184.tar.gz |
[#3031] Adjusted changelog entry.
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0f72eb3..f11585113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). |