From 9207d3788ce3b8ebfc59430feae856fc10958faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Schm=C3=B6cker?= Date: Mon, 25 Sep 2023 18:37:05 +0200 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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