aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-10-25 17:08:01 +0000
committerlain <lain@soykaf.club>2019-10-25 17:08:01 +0000
commita43b899e94c499a9b5cb1a072fe4b96f0f02696f (patch)
tree82488bc1f7dd70959a879f2e42760fe1c23ee309 /CHANGELOG.md
parent9b26d1608f5ddd64a146dec3c41b029c1b7a4198 (diff)
parent948d0d3b0b2a2eb72a0db41abebd9ad976dfdbf7 (diff)
downloadpleroma-1.1.3.tar.gz
Merge branch 'release/1.1.3' into 'stable'v1.1.3
1.1.3 release See merge request pleroma/pleroma!1884
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afbe7f91b..8e078d422 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@ 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.3] - 2019-10-25
+### Fixed
+- Blocked users showing up in notifications collapsed as if they were muted
+- `pleroma_ctl` not working on Debian's default shell
+
## [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.