diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-10-19 00:37:39 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-10-19 00:37:39 +0300 |
| commit | 901bf0fb8c5407a3e74bc782e8eb28eb47dab6ef (patch) | |
| tree | 70721e8f847f603b6262a6c8017984591eb9453e /CHANGELOG.md | |
| parent | c2f1cc4f165d4a5c23599c127300f325322fbfad (diff) | |
| download | pleroma-901bf0fb8c5407a3e74bc782e8eb28eb47dab6ef.tar.gz pleroma-901bf0fb8c5407a3e74bc782e8eb28eb47dab6ef.zip | |
pleroma_ctl: Fix attempting to use RPC for config generation
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 0ebf358ed..4f90f36a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,10 @@ 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.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: |
