From 83ad34158b72a10cbf49a33e4d0bcbb9ba15e405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Schm=C3=B6cker?= Date: Sat, 17 Feb 2024 20:13:22 +0100 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f0cdf6b..795c92cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 2.17.0 +* Added PrefabManager.Cache.Clear to API +* Fixed warnings about missing textures on dedicated servers +* Fixed category text not being resized automatically +* Fixed category tokens omitting invalid characters like spaces from the original name, they are now replaced with an underscore + ## Version 2.16.2 * Fixed a bug where newly spawned locations did not spawn their child net objects anymore after a relog without restart was performed