Skip to content

Commit 5ad256f

Browse files
committed
Update changelog and version for 3.3.9.
1 parent 3833c5a commit 5ad256f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ A High Performance Inter-Thread Messaging Library
1515

1616
## Changelog
1717

18+
### 3.3.9
19+
20+
- Changle SleepingWaitStrategy to use a parkNanos(100).
21+
1822
### 3.3.8
1923

2024
- Revert belt and braces WaitStategy signalling.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'idea'
2424
defaultTasks 'build'
2525

2626
group = 'com.lmax'
27-
version = new Version(major: 3, minor: 3, revision: 8)
27+
version = new Version(major: 3, minor: 3, revision: 9)
2828

2929
ext {
3030
fullName = 'Disruptor Framework'

0 commit comments

Comments
 (0)