diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-02-12 12:07:13 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-02-12 12:07:13 -0500 |
commit | b0cc403098161ad82b858008e2523e1d2496fc41 (patch) | |
tree | a8d44ed1f1d0185ed7bdf2faec01c0b0fd9faeab /docs | |
parent | 4a1174cd5086ac615b9218384853a6ad2831b603 (diff) | |
download | SMAPI-b0cc403098161ad82b858008e2523e1d2496fc41.tar.gz SMAPI-b0cc403098161ad82b858008e2523e1d2496fc41.tar.bz2 SMAPI-b0cc403098161ad82b858008e2523e1d2496fc41.zip |
add data-* attributes to log parser for external tools
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 18187e49..5e004227 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * Fixed `player_add` with Journal Scraps and Secret Notes. * For the web UI: + * Added `data-*` attributes to log parser page for external tools. * Fixed JSON validator warning for update keys without a subkey. ## 3.13.4 |