diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-22 17:40:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-22 17:40:31 -0400 |
commit | a50e78efd827bfeab32dac37749c001af0c5a2d3 (patch) | |
tree | 713a7278e5cd5196a43c54215500c14787dd646a /docs/release-notes.md | |
parent | 8d88ce8a169643e36531cc0db5cc6863db35e91f (diff) | |
download | SMAPI-a50e78efd827bfeab32dac37749c001af0c5a2d3.tar.gz SMAPI-a50e78efd827bfeab32dac37749c001af0c5a2d3.tar.bz2 SMAPI-a50e78efd827bfeab32dac37749c001af0c5a2d3.zip |
add monitor.LogOnce method
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 67d043a1..73fa8ed1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,7 +12,8 @@ * For modders: * Added support for flipped and rotated map tiles (in collaboration with Platonymous). * Added support for `.tmx` maps using zlib compression (thanks to Platonymous!). - * Mods are no longer prevented from suppressing key presses in the chatbox. Use this power wisely. + * Added `this.Monitor.LogOnce` method. + * Mods are no longer prevented from suppressing key presses in the chatbox. * For the web UI: * Added option to upload files using a file picker. |