-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cecbc61
commit b2fc0f1
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
# Change Log | ||
|
||
Record of version changes for developers | ||
|
||
## 1.1.0 - Dec 31, 2019 | ||
|
||
* Added: Test Manager to control world, server, and player init | ||
* Added: Helpers to clear center chunk | ||
* Added: Helpers to lock test to center chunk | ||
|
||
## 1.0.0 - Dec 30, 2019 | ||
|
||
* Changed: From Junit4 to Junit5 | ||
* Changed: To support Minecraft 12 | ||
* Removed: Launcher init | ||
* Removed: RunWith system | ||
|
||
## Before | ||
|
||
* Not making change logs for old versions, PR if you care |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version=1.0.0 | ||
version=1.1.0 | ||
archivebase=MinecraftJUnit | ||
groupid=minecraftjunit | ||
org=builtbroken | ||
|