aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-07-15 14:29:37 +0000
committerfeld <feld@feld.me>2020-07-15 14:29:37 +0000
commit1454d33e532b388204b0995d6632c1f7e1b76fb7 (patch)
treede9101b8cfd182431ebca9ed91dec6082bbdca33 /CHANGELOG.md
parentfd94dba6d0796e946430f7e594fdfcfd6b5a460c (diff)
parentd4dfc5dcdf2cd70366d53779adf4bab170f0863b (diff)
Merge branch 'refactor/notification_settings' into 'develop'
Updated Notification Settings API use See merge request pleroma/pleroma-fe!1124
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1bc2ef0..01c588b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Greentext now has separate color slot for it
- Removed the use of with_move parameters when fetching notifications
- Push notifications now are the same as normal notfication, and are localized.
+- Updated Notification Settings to match new BE API
### Fixed
- Weird bug related to post being sent seemingly after pasting with keyboard (hopefully)