aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-04 21:17:29 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-04 21:17:29 +0300
commitc921e32a44294df7110f394f4bdb53ab3b2b91b2 (patch)
treeee4e899f14d21f2140f7fb2f8b95124b8dfb05c0
parentbfc92946e5337eb7ada0820cfb3929cfbdcff95a (diff)
downloadpleroma-c921e32a44294df7110f394f4bdb53ab3b2b91b2.tar.gz
Add back streaming fix entry
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0168e169a..ec3e6e6f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [1.0.91] - 2019-??-??
### Fixed
- Mastodon API: Inability to get some local users by nickname in `/api/v1/accounts/:id_or_nickname`
+- Mastodon API: Blocks are now treated consistently between the Streaming API and the Timeline APIs
## [1.0.90] - 2019-09-30
### Security