From 605845c5c1843be35c336d1d5155424270077ba9 Mon Sep 17 00:00:00 2001 From: wizjany Date: Wed, 21 Oct 2020 15:57:31 -0400 Subject: [PATCH] Release 7.2.0 rc 2 --- .gitattributes | 2 +- CHANGELOG.txt | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 93d8d6fbb..874030150 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -* text=auto +* text=lf # Force Batch files to CRLF *.bat text=crlf diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 929128a50..9ac8a9aa2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -80,6 +80,7 @@ - Fixed copy and cut not applying block change limit when creating clipboard - Fixed uppercase biomes failing in biome commands - Fixed //snow not perfectly obeying vanilla rules for snow placement +- Require permissions for selection (or navigation) when using //wand (or //wand -n). 7.1.0 - Improve the expression parser by compiling expressions for performance diff --git a/gradle.properties b/gradle.properties index 89b24b0d3..e119e5e15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.sk89q.worldedit -version=7.2.0-SNAPSHOT +version=7.2.0-rc2 org.gradle.jvmargs=-Xmx1512M org.gradle.parallel=true