summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-18 17:37:54 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-20 13:18:12 +0300
commit98a60df41f8a053005a2a413b552a582a879ecaa (patch)
tree1ef9b7f87e3ecc0e0469842701164b206743f4b7 /CHANGELOG.md
parent952cb589f47972bba8f9b94b2935a60f05e21bd3 (diff)
downloadpleroma-98a60df41f8a053005a2a413b552a582a879ecaa.tar.gz
pleroma-98a60df41f8a053005a2a413b552a582a879ecaa.zip
include_types parameter in /api/v1/notifications
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3be2ea08..a27200895 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
- **Breaking:** removed `with_move` parameter from notifications timeline.
+### Added
+- NodeInfo: `pleroma:api/v1/notifications:include_types_filter` to the `features` list.
+<details>
+ <summary>API Changes</summary>
+- Mastodon API: Support for `include_types` in `/api/v1/notifications`.
+</details>
+
## [2.0.0] - 2019-03-08
### Security
- Mastodon API: Fix being able to request enourmous amount of statuses in timelines leading to DoS. Now limited to 40 per request.