diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-23 01:21:50 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-23 01:21:50 -0400 |
commit | 91561eedc7c8247a6179e0158eb9f9affdf65012 (patch) | |
tree | 013a59f2a627d93577bc3a20c913f3efc658b7ba /docs | |
parent | 5b765849d87a702bc79affb82ecb9d565f57b30c (diff) | |
download | SMAPI-91561eedc7c8247a6179e0158eb9f9affdf65012.tar.gz SMAPI-91561eedc7c8247a6179e0158eb9f9affdf65012.tar.bz2 SMAPI-91561eedc7c8247a6179e0158eb9f9affdf65012.zip |
fix log parser errors when log text contains {{tokens}}
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 9d654133..059105c3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,6 +15,10 @@ * Added support for beta releases on the home page. --> +## 2.5.4 +* For the [log parser][]: + * Fixed error when log text contains certain tokens. + ## 2.5.3 * For players: * Simplified and improved skipped-mod messages. |