Update changelog for 0.2.5

This commit is contained in:
Benjamin Neff 2018-10-05 22:13:41 +02:00
parent 263b9dd946
commit c30bfc4e49
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -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