Update changelog for 0.2.4
And fix changelog for 0.2.3
This commit is contained in:
parent
73904ba456
commit
08e7980dfd
1 changed files with 16 additions and 6 deletions
22
Changelog.md
22
Changelog.md
|
|
@ -1,19 +1,29 @@
|
||||||
|
# 0.2.4
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* Make some entities editable and add `edited_at` property [#94](https://github.com/diaspora/diaspora_federation/pull/94)
|
||||||
|
|
||||||
|
## Bug fixes
|
||||||
|
|
||||||
|
* Fix validation of optional properties (for example for WebFinger) [#97](https://github.com/diaspora/diaspora_federation/pull/97)
|
||||||
|
|
||||||
# 0.2.3
|
# 0.2.3
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
Add `blocking` flag to `Contact` entity [#80](https://github.com/diaspora/diaspora_federation/pull/80)
|
* Add `blocking` flag to `Contact` entity [#80](https://github.com/diaspora/diaspora_federation/pull/80)
|
||||||
Introduce alternative form for `AccountMigration` entity signature [#89](https://github.com/diaspora/diaspora_federation/pull/89)
|
* Introduce alternative form for `AccountMigration` entity signature [#89](https://github.com/diaspora/diaspora_federation/pull/89)
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
|
|
||||||
Extract signing of `AccountMigration` to a different module [#89](https://github.com/diaspora/diaspora_federation/pull/89)
|
* Extract signing of `AccountMigration` to a different module [#89](https://github.com/diaspora/diaspora_federation/pull/89)
|
||||||
Remove participants limit for conversations [#91](https://github.com/diaspora/diaspora_federation/pull/91)
|
* Remove participants limit for conversations [#91](https://github.com/diaspora/diaspora_federation/pull/91)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
||||||
Fix when booleans in relayables are false [#90](https://github.com/diaspora/diaspora_federation/pull/90)
|
* Fix when booleans in relayables are false [#90](https://github.com/diaspora/diaspora_federation/pull/90)
|
||||||
Fix relayable signatures for messages with invalid XML characters [#95](https://github.com/diaspora/diaspora_federation/pull/95)
|
* Fix relayable signatures for messages with invalid XML characters [#95](https://github.com/diaspora/diaspora_federation/pull/95)
|
||||||
|
|
||||||
# 0.2.2
|
# 0.2.2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue