From d4978b1b3ca60e19ce6e906ba0ada566726cf575 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Fri, 13 Nov 2020 01:44:52 -0800 Subject: [PATCH] Update changelog --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index fe74d19..b99d037 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,8 @@ v0.2.3 ------ - Fixes: - Fixed TMP subobjects being deleted, causing fallback fonts to fail in some situations. + - Started using URL-style encoding for text decals behind the scenes to prevent issues with certain characters. + - Fixed text decals having zero size when they had only whitespace or an empty string v0.2.2 ------