diff options
author | lain <lain@soykaf.club> | 2019-11-01 13:40:28 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-11-01 13:40:28 +0100 |
commit | 5b34545b64872a649c605124d12a44ec9bb6031c (patch) | |
tree | 461e6c0251376a7dca221e6de7bf8c615534f907 | |
parent | 8ad75f9ecf16641699248ac83acc9f4d0edeba88 (diff) | |
download | pleroma-5b34545b64872a649c605124d12a44ec9bb6031c.tar.gz |
Changelog: Add information about user.info migration.
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e078d422..979a9ac52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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.4] - 2019-11-01 +### Fixed +- Added a migration that fills up empty user.info fields to prevent breakage after previous unsafe migrations. + ## [1.1.3] - 2019-10-25 ### Fixed - Blocked users showing up in notifications collapsed as if they were muted |