diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-11-15 10:48:29 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-11-15 10:51:22 -0400 |
commit | 747c381313f58d502d6bf331958d7465c6d059b1 (patch) | |
tree | a46320e828463e06d4f99548c6c3a8cb46d68f36 /changelog.html | |
parent | c430913f57e9d16c787547af86418b7b8fa3392b (diff) |
fix automatic "." removal in flash names
Diffstat (limited to 'changelog.html')
-rw-r--r-- | changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.html b/changelog.html index 92c948bb..f2b7257c 100644 --- a/changelog.html +++ b/changelog.html @@ -39,6 +39,7 @@ ul { <ul> <li>fixed a bug which meant chronology links (e.g "413th track by Toby Fox") for track artists weren't being displayed anymore</li> <li>fixed a bug where artists with zero contributions (e.g. only commentary) would display as "( c.)" instead of "(0 c.)" in artist listings</li> + <li>fixed a bug where flash names would <i>always</i> have the dot at the end of the name removed, instead of only when punctuation follows</li> </ul> <h3>data changes</h3> <ul> |