diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-08 12:28:38 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-08 12:30:01 +0300 |
commit | 0f27211dd0b9177abf0eb8b10665c6351f07756a (patch) | |
tree | 85f7f1e1be421aabb4249b0bdc907d4c1a7ab0a8 | |
parent | 4ea07f74e9416da8f97a12cfdc24da82e1c00d91 (diff) | |
download | pleroma-0f27211dd0b9177abf0eb8b10665c6351f07756a.tar.gz |
CHANGELOG.md: move the exiftool webp entry to a proper section
Also clarify how it was fixed
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe0651c8..527df8438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Possible OOM errors with the default HTTP adapter +- Fixed uploading webp images when the Exiftool Upload Filter is enabled by skipping them - Mastodon API: Search parameter `following` now correctly returns the followings rather than the followers - Mastodon API: Timelines hanging for (`number of posts with links * rich media timeout`) in the worst case. Reduced to just rich media timeout. @@ -138,7 +139,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix whole_word always returning false on filter get requests - Migrations not working on OTP releases if the database was connected over ssl - Fix relay following -- Fixed uploading webp images when the Exiftool Upload Filter is enabled ## [2.0.7] - 2020-06-13 |