diff options
author | lain <lain@soykaf.club> | 2020-05-22 17:13:09 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-22 17:13:09 +0200 |
commit | 3506e95499133654658c2d653bf636803b61f45f (patch) | |
tree | ae92ba915d420cdab8beb82709a8442ed4713974 | |
parent | 91c8467582d1b4b5ad12256292e86dc1c54f0234 (diff) | |
download | pleroma-3506e95499133654658c2d653bf636803b61f45f.tar.gz |
Add Changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c672275e..76277a90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - **Breaking:** removed `with_move` parameter from notifications timeline. ### Added +- ActivityPub: Added support for existing AP ids for instances migrated from Mastodon. - Instance: Add `background_image` to configuration and `/api/v1/instance` - Instance: Extend `/api/v1/instance` with Pleroma-specific information. - NodeInfo: `pleroma:api/v1/notifications:include_types_filter` to the `features` list. |