Skip to content

Commit bb88053

Browse files
committed
Tagging 1.8.2
1 parent 44a9b6f commit bb88053

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[1.8.2]
2+
- Add (optional) onScriptBegin method to ScriptInvocationListener
3+
14
[1.8.1]
25
- Fix scripts in same priority group not being ordered by invoke order
36
- Reduce lock contention in concurrent queue poll and peek

build.gradle

Lines changed: 1 addition & 1 deletion
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.1'
33+
version = '1.8.2'
3434

3535
repositories {
3636
mavenLocal()

0 commit comments

Comments
 (0)