summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-16 20:05:21 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-16 20:07:45 +0300
commitf3791add99014c4e5f1c51c06f8ace84b254cec2 (patch)
treecdb25d973f4b24c11a4dade08935f1d5a36f841e /CHANGELOG.md
parentac5c2b66b9f106bad117708cf74e3007c434d09e (diff)
downloadpleroma-f3791add99014c4e5f1c51c06f8ace84b254cec2.tar.gz
pleroma-f3791add99014c4e5f1c51c06f8ace84b254cec2.zip
removing with_move parameter
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4168086e2..e3be2ea08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- **Breaking:** BBCode and Markdown formatters will no longer return any `\n` and only use `<br/>` for newlines
+### Removed
+- **Breaking:** removed `with_move` parameter from notifications timeline.
+
## [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.