Merge branch 'backport/remove-direct-messages-from-public-timeline' into 'maint/1.1'
[akkoma] / CHANGELOG.md
index 7ab4f72119ecf53f148da9c37edfabc79a08e8fb..9d7203164830555777d95a9b8d902f2dea207103 100644 (file)
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 ## [1.0.91] - 2019-??-??
 ### Added
 - Reverse Proxy: Do not retry failed requests to limit pressure on the peer
+- Mastodon API: Add support for `fields_attributes` API parameter (setting custom fields)
 
 ### Fixed
 - Mastodon API: Inability to get some local users by nickname in `/api/v1/accounts/:id_or_nickname`
@@ -15,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - ActivityPub: Polls are now refreshed when necessary.
 - Mastodon API: Ensure the `account` field is not empty when rendering Notification entities.
 - Report emails now include functional links to profiles of remote user accounts
+- Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`)
 
 ### Removed
 - ActivityPub: The `/objects/:uuid/likes` endpoint.