1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

Update CHANGELOG.md

This commit is contained in:
Dane Everitt 2018-12-02 13:42:38 -08:00
parent 492ec2c6c2
commit 3dd2e50e4b
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -4,6 +4,11 @@ This file is a running track of new features and fixes to each version of the pa
This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.7.12 (Derelict Dermodactylus)
### Fixed
* 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.
### Updated
* Upgraded core to use Laravel `5.7.14`.