Create CHANGELOG.md
This commit is contained in:
parent
ab54d2c416
commit
b37a4a4926
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user