We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6114a72 commit b6bfafbCopy full SHA for b6bfafb
2 files changed
CHANGES
@@ -1,3 +1,6 @@
1
+[1.8.11]
2
+- Workaround NativeAOT recursive lock issue on Unix
3
+
4
[1.8.10]
5
- Add options to InteractiveScriptListener to configure how interactive script notifications are handled
6
build.gradle
@@ -30,7 +30,7 @@ subprojects {
30
apply plugin: "checkstyle"
31
32
group = 'org.mini2Dx'
33
- version = '1.8.10'
+ version = '1.8.11'
34
35
repositories {
36
mavenLocal()
0 commit comments