Release 7.2.0 rc 2

This commit is contained in:
wizjany 2020-10-21 15:57:31 -04:00
parent a615e01181
commit 605845c5c1
3 changed files with 3 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1,4 +1,4 @@
* text=auto
* text=lf
# Force Batch files to CRLF
*.bat text=crlf

View File

@ -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

View File

@ -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