diff --git a/CHANGELOG.md b/CHANGELOG.md index 678d3dad1..86967d0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Version 2.14.0 +* Fixed the SynchronizationManager wasn't always initialised, resulting in no sync of admin configs + ## Version 2.13.0 * Improved startup time by only initialising accessed managers. This reduces the load time without dependent mods by about 90% (on my machine under 100ms instead of 800ms), making Jötunn almost unnoticeable. When all managers are accessed, the overall startup time is the same as before. Also, if a Valheim update breaks some parts, only loaded managers are affected * Added `AssetUtils.LoadTextFromResources` overload without assembly parameter