From c30bfc4e49bf4c4cf844b22e2f93b15bcd9f6b30 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 5 Oct 2018 22:13:41 +0200 Subject: [PATCH] Update changelog for 0.2.5 --- Changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Changelog.md b/Changelog.md index a709915..115a6dd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,19 @@ +# 0.2.5 + +## Features + +* Add `full_name` to `Profile` entity [#100](https://github.com/diaspora/diaspora_federation/pull/100) +* Add `Embed` entity [#101](https://github.com/diaspora/diaspora_federation/pull/101) + +## Refactor + +* Include `web+` prefix in `diaspora://` URL parsing [#108](https://github.com/diaspora/diaspora_federation/pull/108) + +## Bug fixes + +* Various bug fixes in the `federation_entities.json` [#102](https://github.com/diaspora/diaspora_federation/pull/102) [#104](https://github.com/diaspora/diaspora_federation/pull/104) [#107](https://github.com/diaspora/diaspora_federation/pull/107) +* Allow fetching of entities with dot in the GUID [#106](https://github.com/diaspora/diaspora_federation/pull/106) + # 0.2.4 ## Features