summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-09 02:09:47 +0300
committerrinpatch <rinpatch@sdf.org>2019-11-09 02:09:47 +0300
commit287d92c9202de151c917550a5bfc5715d57dff83 (patch)
tree34e5a2a065d78ad0a3dbad2bddacd2dad579ae92
parent6871084f34ac174f491d6dcdc51b32b97bfe48c3 (diff)
Add a changelog entry about frontend bundle update
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5761e43e8..86c0553d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,11 @@ 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
+### 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.