aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-12-13 21:58:06 +0300
committerrinpatch <rinpatch@sdf.org>2019-12-13 21:58:06 +0300
commit9fad30f553debb5a55d4479e8615dc8571bda593 (patch)
tree78fcb700e989a04090526a1139bf6d914fe2133c
parentbf9d631fcaca072ae7adfdc77c78c1e4dfeffc5c (diff)
downloadpleroma-9fad30f553debb5a55d4479e8615dc8571bda593.tar.gz
changelog: entry for 1.1.7
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5379878e4..a4e9782dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,12 +4,17 @@ 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.7] - 2019-12-13
+### Fixed
+- OTP: Inability to set the upload limit
+- OTP: Inability to override node name/distribution type to run 2 Pleroma instances on the same machine
+
### Added
- Integrated captcha provider
### Changed
- Captcha enabled by default
- Default Captcha provider changed from `Pleroma.Captcha.Kocaptcha` to `Pleroma.Captcha.Native`
+- Better `Cache-Control` header for static content
## [1.1.6] - 2019-11-19
### Fixed