From 087758992cef79a6fa4bd66794fa34bfe9f45c1e Mon Sep 17 00:00:00 2001 From: Madeline Miller Date: Sat, 18 Jun 2022 12:58:27 +1000 Subject: [PATCH] Release 7.2.11 Beta 1 --- CHANGELOG.txt | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 02328b4bc..9a9b998ec 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +7.2.11 +- Update to 1.19 +- Fixed block state mask not working with string/enum properties +- Fixed //stack causing an error when given a count of 0 +- Reduced initial memory usage on load + 7.2.10 - [Forge] Fixed a bug where the max world height would not always be read correctly - [Bukkit] Fixed detection of other plugins bundling WorldEdit for newer Spigot versions diff --git a/gradle.properties b/gradle.properties index 152d06e70..835a34d12 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.sk89q.worldedit -version=7.2.11-SNAPSHOT +version=7.2.11-beta-01 org.gradle.jvmargs=-Xmx2G org.gradle.parallel=true