From 71ff2e79438d8959eafe15cefcd46e1c1436cd37 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Sun, 4 Sep 2016 23:06:25 +0300 Subject: [PATCH] Changelog for #41 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67d340..21768e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [unreleased] + +## Fixes + +- Don't quote/encode `Protocol.build_send` payload. It was doing it wrongly in the first place and also it's not necessary since Diaspora 0.6 protocol changes. [#41](https://github.com/jaywink/social-federation/pull/41) +- Fix identification of Diaspora protocol messages. This was not working in the case that the attributes in the tag were in different order. [#41](https://github.com/jaywink/social-federation/pull/41) + + ## [0.4.0] - 2016-07-24 ## Breaking changes