From e1ff1a8c6a317f73aca6463e09d773a6e887b2d6 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 10 Feb 2023 21:32:54 +0000 Subject: [PATCH] Sync changelog and whatsnew Every time I commit code on the train I end up regretting it and telling myself I won't do it again. I should know better by now, and yet here we are. --- .../main/resources/data/computercraft/lua/rom/help/whatsnew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md b/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md index 58e1fbaef..ac9bad32e 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md @@ -1,7 +1,7 @@ New features in CC: Tweaked 1.103.1 Several bug fixes: -* Fix values not being printed in the REPL +* Fix values not being printed in the REPL. * Fix `function f()` providing suboptimal parse errors in the REPL. Type "help changelog" to see the full version history.