From a706300598ceed6948f438a8cd9c49d1243ce6e8 Mon Sep 17 00:00:00 2001 From: SquidDev Date: Mon, 13 Jan 2020 15:10:32 +0000 Subject: [PATCH] Update changelog/version --- src/main/resources/data/computercraft/lua/rom/help/changelog.txt | 1 + src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt index 57a0f63c9..44a72c70c 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt @@ -8,6 +8,7 @@ And several bug fixes: * Fix error when calling `write` with a number. * Add missing assertion to `io.write`. +* Fix incorrect coordinates in `mouse_scroll` events. # New features in CC: Tweaked 1.86.0 diff --git a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt index 04137ac9f..ca6899729 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -8,5 +8,6 @@ New features in CC: Tweaked 1.86.1 And several bug fixes: * Fix error when calling `write` with a number. * Add missing assertion to `io.write`. +* Fix incorrect coordinates in `mouse_scroll` events. Type "help changelog" to see the full version history.