From 1da5a05cd56fa4a272646224808c59af9080c422 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Thu, 4 Jan 2018 23:17:26 +0200 Subject: [PATCH] Changelog for #107 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6c6c0..3329090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ ### Fixed * Converting base entity `Profile` to `DiasporaProfile` for outbound sending missed two attributes, `image_urls` and `tag_list`. Those are now included so that the values transfer into the built payload. +* Fix fallback to HTTP in the `fetch_document` network helper in the case of `ConnectionError` when trying HTTPS. Thanks @autogestion. + ## [0.14.1] - 2017-08-06 ### Fixed