diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-27 00:21:13 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-27 00:21:13 +0300 |
commit | 231e5e7914cb4898339c82982914de1f180bbb26 (patch) | |
tree | c4338d8a1dd97efefb9e48c4d8330b9792f0e2ef | |
parent | e17113d821116fff583755c299462db54da66a54 (diff) | |
download | pleroma-231e5e7914cb4898339c82982914de1f180bbb26.tar.gz |
Add a changelog entry for hackney fix
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0541eb3..bf04bd499 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/). +## [1.0.7] - 2019-09-27 +### Fixed +- Broken federation on Erlang 22 (previous versions of hackney http client were using an option that got deprecated) + ## [1.0.6] - 2019-08-14 ### Fixed - MRF: fix use of unserializable keyword lists in describe() implementations |