Updated changelog.

This commit is contained in:
Nick Gerakines 2020-04-13 15:35:54 -04:00
parent 7b7bcea732
commit 8b2915ff2f
No known key found for this signature in database
GPG Key ID: 33D43D854F96B2E4
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
**Important**: Without the service actor record, the server will not start up.
* Added user inbox handling of object likes.
* Added content warnings if object attribute "sensitive" exists and is true, and if summary is not empty.
### Changed
@ -30,11 +31,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* Renamed the init command to init-admin to make room for initializing the service actor.
* Updated documentation reflecting the addition of the service actor.
* Feed views (recent, local, mine, user, and object) have improved nested object views.
* Updated templates to improve automated test support.
* Updated skeleton command in janitor package to improve automated test support.
### Fixed
* Fixed bug in view object where inReplyTo author link and name was not displayed.
* Fixed missing sentry flag references in web command.
* Fixed bug in init-admin where key id was not set correctly.
## [0.1.2]