We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5620a61 commit 3a23af2Copy full SHA for 3a23af2
CHANGES
@@ -1,4 +1,5 @@
1
[1.8.7]
2
+- Reduce memory allocations
3
- Reduce lock contention on game thread when queuing GameFutures
4
5
[1.8.6]
build.gradle
@@ -30,7 +30,7 @@ subprojects {
30
apply plugin: "checkstyle"
31
32
group = 'org.mini2Dx'
33
- version = '1.8.6'
+ version = '1.8.7'
34
35
repositories {
36
mavenLocal()
0 commit comments