Skip to content

Commit 3a23af2

Browse files
committed
Tagging 1.8.7
1 parent 5620a61 commit 3a23af2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[1.8.7]
2+
- Reduce memory allocations
23
- Reduce lock contention on game thread when queuing GameFutures
34

45
[1.8.6]

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ subprojects {
3030
apply plugin: "checkstyle"
3131

3232
group = 'org.mini2Dx'
33-
version = '1.8.6'
33+
version = '1.8.7'
3434

3535
repositories {
3636
mavenLocal()

0 commit comments

Comments
 (0)