Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGuardsman committed Jan 6, 2020
1 parent dfe4c20 commit da6cedf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

Record of version changes for developers

## 1.3.1 - Jan 6th, 2020

* Added: pollLastMessage() to DummyCommandSender to get text version of chat
* Added: message queue to TestPlayer
* Added: stat queue to TestPlayer
* Removed: Exception throwing mechanic for chat messages in TestPlayer
* Removed: Exception throwing mechanic for UI open in TestPlayer (will replace later)

## 1.3.0 - Jan 3rd, 2020

Breaking change for previous versions
Expand Down Expand Up @@ -41,4 +49,4 @@ Breaking change for previous versions

## Before

* Not making change logs for old versions, PR if you care
* Not making change logs for old versions, PR if you care
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=1.3.0
version=1.3.1
archivebase=MinecraftJUnit
groupid=minecraftjunit
org=builtbroken
startGitRev=26ff5fc
org.gradle.daemon=false
org.gradle.daemon=false

0 comments on commit da6cedf

Please sign in to comment.