Skip to content

Commit 50f5453

Browse files
committed
Change version to 3.3.6, update changelog.
1 parent 7d6c7d7 commit 50f5453

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ A High Performance Inter-Thread Messaging Library
1313

1414
## Changelog
1515

16+
### 3.3.6
17+
18+
- Support adding gating sequences before calling Disruptor.start()
19+
- Fix minor concurrency race when dynamically adding sequences
20+
- Fix wrapping problem when adding work handlers to the Disruptor
21+
1622
### 3.3.5
1723

1824
- Fix NPE in TimeoutBlockingWaitStrategy when used with WorkProcessor

build.gradle

Lines changed: 1 addition & 1 deletion
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: 5)
27+
version = new Version(major: 3, minor: 3, revision: 6)
2828

2929
ext {
3030
fullName = 'Disruptor Framework'

0 commit comments

Comments
 (0)