diff options
author | feld <feld@feld.me> | 2019-10-14 19:40:40 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2019-10-14 19:40:40 +0000 |
commit | 3b1bc079af8fb6e467a9114de0d32e2de59a7fab (patch) | |
tree | 098012ed8206f9ed41fdf80944f6eaba7f40be40 /CHANGELOG.md | |
parent | e0da0d4f9e669b34afe975e39ae21a558bf4c25c (diff) | |
parent | a97b642289659a5fccb5943c54caa1ecdce5fd2f (diff) | |
download | pleroma-3b1bc079af8fb6e467a9114de0d32e2de59a7fab.tar.gz pleroma-3b1bc079af8fb6e467a9114de0d32e2de59a7fab.zip |
Merge branch 'exclude-visibilities-for-timelines' into 'develop'
Mastodon API: Add `exclude_visibilities` parameter to the timeline and notification endpoints
See merge request pleroma/pleroma!1818
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f124a8a..e3ccfa4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Authentication: Added rate limit for password-authorized actions / login existence checks - Metadata Link: Atom syndication Feed - Mix task to re-count statuses for all users (`mix pleroma.count_statuses`) +- Mastodon API: Add `exclude_visibilities` parameter to the timeline and notification endpoints ### Changed - **Breaking:** Elixir >=1.8 is now required (was >= 1.7) |