changelog: entry for 1.1.7
authorrinpatch <rinpatch@sdf.org>
Fri, 13 Dec 2019 18:58:06 +0000 (21:58 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 13 Dec 2019 18:58:06 +0000 (21:58 +0300)
CHANGELOG.md

index 5379878e477e91cab02337be05937df5e88bd320..a4e9782dc0f16b6078f832320792f7c36d28ddf1 100644 (file)
@@ -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