aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-26 22:05:33 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-26 22:05:33 +0000
commit7030721b3141b3390aeac2d0e7f6d355b210117f (patch)
treea087e5c13d2c553958ab587e0949436b1acec854 /CHANGELOG.md
parentb9188361dc518082b01ab3c37ee104615d4f57c8 (diff)
parentdf8fda267ec8a748ca436b3feb8b9e18e3a59a5b (diff)
downloadpleroma-1.0.7.tar.gz
Merge branch 'backport/1.0-hackney-and-outbox-fixes' into 'master'v1.0.7
Pleroma 1.0.7 See merge request pleroma/pleroma!1723
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd0541eb3..a430fd1a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ 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.0.7] - 2019-09-26
+### Fixed
+- Broken federation on Erlang 22 (previous versions of hackney http client were using an option that got deprecated)
+### Changed
+- ActivityPub: The first page in inboxes/outboxes is no longer embedded.
+
## [1.0.6] - 2019-08-14
### Fixed
- MRF: fix use of unserializable keyword lists in describe() implementations