Add changelog entry for author_signature and _source_protocol

merge-requests/130/head
Jason Robinson 2017-04-23 22:14:38 +03:00
rodzic a606a7a4d2
commit 14030faeb3
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
# Changelog
## [unreleased]
### Added
* Diaspora `author_signature` is now saved to the entity from `comment` and `like` type objects (to `Comment` and `Reaction` instances respectively).
* Add protocol name to all entities to attribute `_source_protocol`. This might be useful for applications to know which protocol payload the entity was created from once multiple protocols are implemented.
## [0.10.1] - 2017-03-09
### Fixes