From d0deab3519215a647a767ffd0c4147983546c8f5 Mon Sep 17 00:00:00 2001 From: SquidDev Date: Fri, 15 May 2020 10:48:31 +0100 Subject: [PATCH] Update changelog to include some missing things --- 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 75f4de19a..1ce64df8a 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt @@ -9,6 +9,7 @@ * Add fs.isDriveRoot - checks if a path is the root of a drive. * `cc.pretty` can now display a function's arguments and where it was defined. The Lua REPL will show arguments by default. * Move the shell's `require`/`package` implementation to a separate `cc.require` module. +* Move treasure programs into a separate external data pack. And several bug fixes: * Fix io.lines not accepting arguments. 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 d99423023..eb087af78 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -9,6 +9,7 @@ New features in CC: Tweaked 1.88.0 * Add fs.isDriveRoot - checks if a path is the root of a drive. * `cc.pretty` can now display a function's arguments and where it was defined. The Lua REPL will show arguments by default. * Move the shell's `require`/`package` implementation to a separate `cc.require` module. +* Move treasure programs into a separate external data pack. And several bug fixes: * Fix io.lines not accepting arguments.