add version negotiation fix to changelog

This commit is contained in:
Jakob 2020-10-17 21:49:43 +02:00 committed by GitHub
parent acf09180f0
commit 99fd416cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
# Changelog
## next
### Fixed
* Fixed a few docker clients not having version negotiation enabled.
## v1.0.0
This is the first official stable release of Wings! Please be aware that while this specific version changelog is very short,
it technically includes all of the previous beta and alpha releases within it. For the sake of version history and following
@ -289,4 +294,4 @@ along though, I've only included the differences between this version and the pr
* 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.
* Time drift caused in the socket JWT is now handled in a better manner and less likely to unexpectedly error out.