From d593d32ed4725ee5f50e2135f45eb26748975bf8 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 8 Jun 2019 03:22:18 -0500 Subject: [PATCH] Automatic changelog generation for PR #8547 [ci skip] --- html/changelogs/AutoChangeLog-pr-8547.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-8547.yml diff --git a/html/changelogs/AutoChangeLog-pr-8547.yml b/html/changelogs/AutoChangeLog-pr-8547.yml new file mode 100644 index 0000000000..51c2252138 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-8547.yml @@ -0,0 +1,6 @@ +author: "Ghommie (original PRs by Naksu and XDTM)" +delete-after: True +changes: + - bugfix: "Transferring quirks now properly removes the roundstart trait from the person losing the quirk." + - bugfix: "Roundstart traits no longer block the removal of other sources of that trait." + - code_imp: "status traits are now a datum var, the accessors are now defines rather than functions."