From eb5cff104537ef0d0f2e33fd5110dfaafce4163f Mon Sep 17 00:00:00 2001 From: SquidDev Date: Sun, 4 Aug 2019 09:27:48 +0100 Subject: [PATCH] Alright, let's do this one last time --- .../resources/assets/computercraft/lua/rom/help/changelog.txt | 2 ++ .../resources/assets/computercraft/lua/rom/help/whatsnew.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt b/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt index ae4ebbbc7..c9fb3ad1b 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt @@ -12,6 +12,8 @@ And several bug fixes: * Do not load chunks when calling writeDescription. * Fix the signature of loadfile * Fix turtles harvesting blocks multiple times +* Improve thread-safety of various peripherals +* Prevent printed pages having massive/malformed titles # New features in CC: Tweaked 1.83.1 diff --git a/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt b/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt index 3c7ecacdd..20957867e 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt @@ -12,5 +12,7 @@ And several bug fixes: * Do not load chunks when calling writeDescription. * Fix the signature of loadfile * Fix turtles harvesting blocks multiple times +* Improve thread-safety of various peripherals +* Prevent printed pages having massive/malformed titles Type "help changelog" to see the full version history.