Skip to content

Commit

Permalink
Release 7.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Aug 10, 2024
1 parent 3e6708a commit 3d660b8
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
@@ -1,3 +1,7 @@
7.3.6
- [Bukkit] Allow 1.21 Paper adapter to load on 1.21.1
- Revert "Shutdown the executor service on disable, to prevent waiting on async tasks before shutting down" due to it causing issues in some situations

7.3.5
- [Bukkit] Utilise new Bukkit registry API, allowing WorldEdit to work with Commodore disabled (`paper.disableOldApiSupport` flag on Paper)
- Fix queryRel not behaving correctly in //deform and the deform brush
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.3.6-SNAPSHOT
version=7.3.6

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

0 comments on commit 3d660b8

Please sign in to comment.