diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-15 22:03:28 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-15 22:03:28 +0000 |
commit | a869c718ab657144826a5845f76eeafed473eb96 (patch) | |
tree | b8ffdae03480c858febf22af7891d7289036d756 | |
parent | 81cba405affb496b4d782cacca33f697bd8a677b (diff) | |
parent | da28bf8fddb8dfbbf450b0246b592ac3b4218d15 (diff) | |
download | pleroma-a869c718ab657144826a5845f76eeafed473eb96.tar.gz pleroma-a869c718ab657144826a5845f76eeafed473eb96.zip |
Merge branch 'chore/changelog-sync-' into 'develop'
Sync the changelogs between develop and stable
See merge request pleroma/pleroma!1985
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a675fc426..1d9b97f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Inability to get some local users by nickname in `/api/v1/accounts/:id_or_nickname` </details> +## [1.1.5] - 2019-11-09 +### Fixed +- Polls having different numbers in timelines/notifications/poll api endpoints due to cache desyncronization +- Pleroma API: OAuth token endpoint not being found when ".json" suffix is appended + +### Changed +- Frontend bundle updated to [044c9ad0](https://git.pleroma.social/pleroma/pleroma-fe/commit/044c9ad0562af059dd961d50961a3880fca9c642) + +## [1.1.4] - 2019-11-01 +### Fixed +- Added a migration that fills up empty user.info fields to prevent breakage after previous unsafe migrations. +- Failure to migrate from pre-1.0.0 versions +- Mastodon API: Notification stream not including follow notifications + +## [1.1.3] - 2019-10-25 +### Fixed +- Blocked users showing up in notifications collapsed as if they were muted +- `pleroma_ctl` not working on Debian's default shell + ## [1.1.2] - 2019-10-18 ### Fixed - `pleroma_ctl` trying to connect to a running instance when generating the config, which of course doesn't exist. |