diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-18 21:44:14 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-18 21:44:14 +0000 |
commit | 9b26d1608f5ddd64a146dec3c41b029c1b7a4198 (patch) | |
tree | 201a2106aa0e7d9c38a97182c07653732eae84d8 /CHANGELOG.md | |
parent | bb73f100b8b29d2cbe5573b766166ebb085dcc86 (diff) | |
parent | 59d447d5558ee88fa1ad479b87d14b7276547fb8 (diff) | |
download | pleroma-1.1.2.tar.gz |
Merge branch 'release/1.1.2' into 'stable'v1.1.2
1.1.2 Release
See merge request pleroma/pleroma!1863
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 758d53ec4..afbe7f91b 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.2] - 2019-10-18 +### Fixed +- `pleroma_ctl` trying to connect to a running instance when generating the config, which of course doesn't exist. + ## [1.1.1] - 2019-10-18 ### Fixed - One of the migrations between 1.0.0 and 1.1.0 wiping user info of the relay user because of unexpected behavior of postgresql's `jsonb_set`, resulting in inability to post in the default configuration. If you were affected, please run the following query in postgres console, the relay user will be recreated automatically: |