We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d54c95 commit 5793440Copy full SHA for 5793440
CHANGELOG.md
@@ -2,6 +2,10 @@
2
# Change Log
3
4
Record of version changes for developers
5
+## 1.1.1 - Jan 2nd, 2020
6
+
7
+* Fixed: World not cleaning up entities and other data between tests
8
+* Changed: cleanupBetweenTests() to nuke the world when called instead of clearing a single chunk
9
10
## 1.1.0 - Dec 31, 2019
11
gradle.properties
@@ -1,4 +1,4 @@
1
-version=1.1.0
+version=1.1.1
archivebase=MinecraftJUnit
groupid=minecraftjunit
org=builtbroken
0 commit comments