From e792a6b51566b91acd3e1b34a46fa824d68b27a2 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Tue, 26 Feb 2019 17:27:50 -0600 Subject: [PATCH] Automatic changelog generation for PR #8047 [ci skip] --- html/changelogs/AutoChangeLog-pr-8047.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-8047.yml diff --git a/html/changelogs/AutoChangeLog-pr-8047.yml b/html/changelogs/AutoChangeLog-pr-8047.yml new file mode 100644 index 0000000000..6a11895b0f --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-8047.yml @@ -0,0 +1,4 @@ +author: "deathride58" +delete-after: True +changes: + - bugfix: "Fixed body_markings in bodyparts being assigned as a list when in reality, it's a string and literally everything expects it to be a string and uses it as a string. This should mean that markings no longer have completely fucked up caches for character preview and other things."