Update CHANGELOG.md

This commit is contained in:
Dane Everitt 2021-10-23 13:06:13 -07:00
parent 7899a7abdf
commit 02734292a0

View File

@ -1,5 +1,15 @@
# Changelog
## v1.5.2
### Fixed
* Fixes servers not properly re-syncing with the Panel if they are already running causing them to be hard-stopped when terminated, rather than stopped with the configured action.
### Changed
* Changes SFTP server implementation to use ED25519 server keys rather than deprecated SHA1 RSA keys.
### Added
* Adds server uptime output in the stats event emitted to the websocket.
## v1.5.1
### Added
* Global configuration option for toggling server crash detection (`system.crash_detection.enabled`)