From f1bb56557d9b8e252812dcb7e9487ae5bc8159f9 Mon Sep 17 00:00:00 2001 From: Steven Dirth Date: Sun, 9 Jul 2017 12:45:08 -0500 Subject: [PATCH] Update changelog and whatsnew --- .../resources/assets/computercraft/lua/rom/help/changelog.txt | 1 + .../resources/assets/computercraft/lua/rom/help/whatsnew.txt | 1 + 2 files changed, 2 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 13e2b471c..92a74b2e0 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt @@ -32,6 +32,7 @@ New Features in ComputerCraft 1.80: * Fixed a handful of bugs in ComputerCraft * Added speaker block, turtle upgrade, pocket upgrade, and peripheral api * Startup can now be a directory containing multiple startup files +* Added .getLabel to the computer peripheral New Features in ComputerCraft 1.79: 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 69eb3382d..a8c37cf1b 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt @@ -32,5 +32,6 @@ New Features in ComputerCraft 1.80: * Fixed a handful of bugs in ComputerCraft * Added speaker block, turtle upgrade, pocket upgrade, and peripheral api * Startup can now be a directory containing multiple startup files +* Added .getLabel to the computer peripheral Type "help changelog" to see the full version history.