Update CHANGELOG.md
This commit is contained in:
parent
5b36313c57
commit
1bb1b13f6d
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -3,6 +3,20 @@ 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.
|
||||
|
||||
## v1.11.0-rc.2
|
||||
### Changed
|
||||
* `MB` byte suffix are now `MiB` to more accurately reflect the actual value.
|
||||
* Server reinstallation failures are tracked independently of the initial installation process.
|
||||
|
||||
### Fixed
|
||||
* Properly handle a missing `Content-Length` header in the response from the daemon.
|
||||
* Ensure activity log properties are always returned as an object instead of an empty array.
|
||||
|
||||
### Added
|
||||
* Added the `server:settings.description` activity log event for when a server description is changed.
|
||||
* Added the ability to cancel file uploads in the file manager for a server.
|
||||
* Added a telemetry service to collect anonymous metrics from the panel, this feature is disabled by default and can be toggled using the `PTERODACTYL_TELEMETRY_ENABLED` environment variable.
|
||||
|
||||
## v1.11.0-rc.1
|
||||
### Changed
|
||||
* Changed minimum PHP version is now 8.0 instead of `7.4`.
|
||||
|
|
Loading…
Reference in a new issue