Skip to content

Commit

Permalink
Release 7.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Aug 22, 2021
1 parent f049d56 commit 4b2d1e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- Support 48x48x48 //drawsel on new versions of Minecraft
- Fixed the offset mask forcing negation of itself
- Fixed //regen breaking when some certain mods are in use
- Fixed cycler tool removing NBT data
- Improved performance of event bus in situations where it was flooded with data
- Improve performance of poorly constructed masks with heavily-nested negation
- Fixed error when using /delchunks with non-cuboid regions

7.2.5
- Allow /toggleplace to work on any Locatable Actor, e.g. Command Blocks
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.sk89q.worldedit
version=7.2.6-SNAPSHOT
version=7.2.6

org.gradle.jvmargs=-Xmx1512M
org.gradle.parallel=true
Expand Down

0 comments on commit 4b2d1e7

Please sign in to comment.