aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-07-31 09:33:39 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-07-31 09:33:39 +0300
commitdaf0d0dd9a54d1f493017434e0854816f0681001 (patch)
tree3002f50a53b1b0b4a229e7f3b65cbc0c27a75941
parent1e77e71fb2ee727d55bbbd52ccd17a37a7c2c405 (diff)
downloadpleroma-daf0d0dd9a54d1f493017434e0854816f0681001.tar.gz
[#1036] Changelog adjustment.
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd711c891..816f5025f 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/).
+## [Unreleased]
+### Fixed
+- `pleroma_ctl` not detecting the master branch properly. If you get "Releases are built only for master and develop branches" error when updating, please add `-` to the end of the line in `releases/start_erl.data`
+
## [1.0.2] - 2019-07-28
### Fixed
- Not being able to pin unlisted posts
@@ -13,7 +17,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Metadata rendering errors resulting in the entire page being inaccessible
- Federation/MediaProxy not working with instances that have wrong certificate order
- ActivityPub S2S: remote user deletions now work the same as local user deletions.
-- `pleroma_ctl` not detecting the master branch properly. If you get "Releases are built only for master and develop branches" error when updating, please add `-` to the end of the line in `releases/start_erl.data`
### Changed
- Configuration: OpenGraph and TwitterCard providers enabled by default