diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-06-26 12:48:05 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-06-26 12:48:05 -0500 |
commit | 76313e81627f4563ba2d3bf9f7bb5e6b8a20975b (patch) | |
tree | 722ea5600059e8ba12b50b0a2f791fb8ea9511bc | |
parent | 69848d5c97c9e5d4c14fb5613eb174cb81d5026d (diff) | |
download | pleroma-76313e81627f4563ba2d3bf9f7bb5e6b8a20975b.tar.gz |
Document breaking change of hide_notification_details setting
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d835fee2..1d640f292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - **Breaking:** Emoji API: changed methods and renamed routes. - **Breaking:** Notification Settings API for suppressing notifications has been simplified down to `block_from_strangers`. +- **Breaking:** Notification Settings API option for hiding push notification + contents has been renamed to `hide_notification_contents` </details> <details> |