diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-06 14:54:21 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-06 14:54:21 -0500 |
commit | 21a73ce9f2c577c046e1cd17ef1a2b6636d01585 (patch) | |
tree | cb627ee53fc7726018bc2a1afec211195bfddd00 | |
parent | cddca85c8404272080caa661ce59ab5dbafec794 (diff) | |
download | pleroma-21a73ce9f2c577c046e1cd17ef1a2b6636d01585.tar.gz pleroma-21a73ce9f2c577c046e1cd17ef1a2b6636d01585.zip |
Document the NSFW link preview change
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae5d0eda..8fc1750d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - **Breaking:** Pleroma Admin API: emoji packs and files routes changed. +- **Breaking:** Sensitive/NSFW statuses no longer disable link previews. - Search: Users are now findable by their urls. - Renamed `:await_up_timeout` in `:connections_pool` namespace to `:connect_timeout`, old name is deprecated. - Renamed `:timeout` in `pools` namespace to `:recv_timeout`, old name is deprecated. |