From 6c9f5f41a404fad88287f0c934738560345aeb5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Schm=C3=B6cker?= Date: Sun, 12 Nov 2023 18:37:49 +0100 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717155084..9b3514b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog ## Version 2.15.0 -* Added SynchronizationManager OnSyncingConfiguration event that is called before configs are synced on the server/client (thx Searica) +* Added OnSyncingConfiguration event to the SynchronizationManager that is called before configs are synced on the server/client (thx Searica) * Added UpdatedPluginGUIDs to arguments of OnConfigurationSynchronized event (thx Searica) +* Addded OnConfigurationWindowClosed event to the SynchronizationManager (thx Searica) * Changed SynchronizationManager OnConfigurationSynchronized event to trigger on both server and client (thx Searica) +* Fixed a build time warning in ScaleTexture that prevents Jotunn from loading in Unity 2022.3.12 projects ## Version 2.14.6 * Added a soft dependency to the LocalizationCache mod so that it loads a bit earlier. This has no direct impact on Jötunn