From b37a4a4926d7780fea030c4056831edc32d19a22 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 19 Jan 2020 15:25:03 -0800 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3119d28 --- /dev/null +++ b/CHANGELOG.md @@ -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. \ No newline at end of file