From 143a5b2918b36afa45a4e9bb261be93d343dfd9b Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Tue, 16 Jun 2026 17:38:20 +0100 Subject: [PATCH] Replace 26.1 with 26.2 in issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .../main/resources/data/computercraft/lua/rom/help/changelog.md | 2 +- .../main/resources/data/computercraft/lua/rom/help/whatsnew.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 331f3177b..3d06c6b96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -12,7 +12,7 @@ body: options: - "1.20.1" - "1.21.1" - - "26.1" + - "26.2" validations: required: true - type: input diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md b/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md index b5942ca00..29d7dd445 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md @@ -1,6 +1,6 @@ # New features in CC: Tweaked 1.120.0 -* Support spawning new parallel functions in `parallel.watiForAll`. +* Support spawning new parallel functions in `parallel.waitForAll`. One bug fix: * Make HTTP IP filtering stricter. 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 dcb4e7baf..9c201a9f2 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,6 +1,6 @@ New features in CC: Tweaked 1.120.0 -* Support spawning new parallel functions in `parallel.watiForAll`. +* Support spawning new parallel functions in `parallel.waitForAll`. One bug fix: * Make HTTP IP filtering stricter.