diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-04-14 21:54:49 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-04-25 13:39:24 +0700 |
commit | 17b5b78737c4412676a7199248943c23c0be23df (patch) | |
tree | f78ee3fa8dd6849aa0caf8f2615b19be8712e9a7 | |
parent | 1258128f4fede8122a3950051e52595e36ab0511 (diff) | |
download | pleroma-17b5b78737c4412676a7199248943c23c0be23df.tar.gz |
changelog file update
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 70381f382..c538dd9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Deps: Updated Cowboy to 2.6 - Deps: Updated Ecto to 3.0.7 - Don't ship finmoji by default, they can be installed as an emoji pack +- `User.bookmarks` in separate table, added support max_id & since_id for bookmark timeline endpoints. ### Fixed - Followers counter not being updated when a follower is blocked |