From ec8b831917490b27fe03355b2b816efdb20cb86f Mon Sep 17 00:00:00 2001 From: Jozufozu Date: Wed, 6 Apr 2022 11:51:59 -0700 Subject: [PATCH] Update changelog, make bug report template loader agnostic --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- changelog.txt | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dd66c76f3..03c717f62 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -96,9 +96,9 @@ body: required: true - type: input attributes: - label: Forge Version - description: The version of Forge you were using when the bug occured - placeholder: 39.0.0 + label: Loader Version + description: The version of Forge or Fabric you were using when the bug occured + placeholder: Forge 39.0.0 validations: required: true - type: textarea diff --git a/changelog.txt b/changelog.txt index 3afd6f854..89197f6e0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +0.6.2: +Update to 1.18.2 + 0.6.1: Fixes - Fix crash when loading block entities for Flywheel to render, most common when exploring the end.