Merge pull request #1452 from Sir3lit/patch-7

Update CHANGELOG.md
This commit is contained in:
Dane Everitt 2019-02-02 13:35:09 -08:00 committed by GitHub
commit 90f7ecffb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,10 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* Fixes an issue with the locations API endpoint referencing an invalid namespace.
* Fixes the `store()` function on the locations API not working due to an incorrect return typehint.
* Fixes daemon secrets not being able to be reset on a Node.
* Fixes an issue where files were not editable due to missing URL encoding in the file manager.
* Fixed checking of language changes
* Fixed Spigot egg not building versions other than `latest`.
* Fixed the Forge egg install script.
### Updated
* Upgraded core to use Laravel `5.7.14`.