Update changelog

This commit is contained in:
Dane Everitt 2016-09-03 17:10:23 -04:00
parent afb5011fbe
commit 6a8f722048
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ This file is a running track of new features and fixes to each version of the pa
* [Security Patch] Fixes listing of server variables for server. Previously a bug made it possible to view settings for all servers, even if the user didn't own that server. (#69) * [Security Patch] Fixes listing of server variables for server. Previously a bug made it possible to view settings for all servers, even if the user didn't own that server. (#69)
* Prevent calling daemon until database call has been confirmed when changing default connection. * Prevent calling daemon until database call has been confirmed when changing default connection.
* Fixes a few display issues relating to subusers and database management. * Fixes a few display issues relating to subusers and database management.
### General
* Update Laravel to version `5.3` and update dependencies. **[BREAKING]** This removes the remote API from the panel due to Dingo API instability. This message will be removed when it is added back.