summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-03-20 13:27:29 +0000
committerlain <lain@soykaf.club>2020-03-20 13:27:29 +0000
commitd63dca8d99196c91dc3e20e2d27f61ea753b84af (patch)
tree1ef9b7f87e3ecc0e0469842701164b206743f4b7 /CHANGELOG.md
parent952cb589f47972bba8f9b94b2935a60f05e21bd3 (diff)
parent98a60df41f8a053005a2a413b552a582a879ecaa (diff)
downloadpleroma-d63dca8d99196c91dc3e20e2d27f61ea753b84af.tar.gz
pleroma-d63dca8d99196c91dc3e20e2d27f61ea753b84af.zip
Merge branch 'feature/1635-notifications-include-types' into 'develop'
include_types parameter in /api/v1/notifications Closes #1635 See merge request pleroma/pleroma!2311
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.