diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-08 23:43:11 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-08 23:43:11 +0300 |
commit | 4c5055bac9ba1763d17bb1b63aa378999b90ed1c (patch) | |
tree | 6ae04b2057265f1700b00fe87a603a2058220081 | |
parent | 89ca9560e092b3bc22ec94b98c79b21c238e1628 (diff) | |
download | pleroma-4c5055bac9ba1763d17bb1b63aa378999b90ed1c.tar.gz |
Add changelog for 1.1.5
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f681704c..5761e43e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [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 + ## [1.1.4] - 2019-11-01 ### Fixed - Added a migration that fills up empty user.info fields to prevent breakage after previous unsafe migrations. |