Create CHANGELOG.md

This commit is contained in:
Dane Everitt 2020-01-19 15:25:03 -08:00
parent ab54d2c416
commit b37a4a4926
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

12
CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
# Changelog
## v1.0.0-alpha.2
### Added
* Ability to run an installation process for a server and notify the panel when completed.
* Output from the installation process is now emitted over the server console for administrative users to view.
### Fixed
* Fixed bugs caused when unmarshaling data into a struct with default values.
* Timezone is properly set in containers by using the `TZ=` environment variable rather than mounting timezone data into the filesystem.
* Server data directly is now properly created when running the install process.
* Time drift caused in the socket JWT is now handled in a better manner and less likely to unexpectedly error out.