Update CHANGELOG.md

This commit is contained in:
Dane Everitt 2019-12-28 11:23:07 -08:00
parent bd68900346
commit 34bf452bef
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.7.16 (Derelict Dermodactylus) ## v0.7.16 (Derelict Dermodactylus)
### Fixed ### Fixed
* Fixed the /api/application/servers endpoint erroring when including subusers or egg * Fixed the /api/application/servers endpoint erroring when including subusers or egg
* Fixed bug in migration files causing failures when using MySQL 8.
* Fixed missing redirect return when an error occurs while modifying database information.
* Fixes bug in login attempt tracking.
* Fixes a bug where certain URL encoded files would not be editable in the file manager.
### Added ### Added
* The application API now includes the egg's name in the egg model's response. * The application API now includes the egg's name in the egg model's response.