Update changelog for 0.2.3
This commit is contained in:
parent
d122db134c
commit
1ed124cc70
1 changed files with 17 additions and 0 deletions
17
Changelog.md
17
Changelog.md
|
|
@ -1,3 +1,20 @@
|
|||
# 0.2.3
|
||||
|
||||
## Features
|
||||
|
||||
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)
|
||||
|
||||
## Refactor
|
||||
|
||||
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)
|
||||
|
||||
## Bug fixes
|
||||
|
||||
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)
|
||||
|
||||
# 0.2.2
|
||||
|
||||
## Features
|
||||
|
|
|
|||
Loading…
Reference in a new issue