Skip to content

Commit

Permalink
Change version to 3.3.6, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Sep 28, 2016
1 parent 7d6c7d7 commit 50f5453
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ A High Performance Inter-Thread Messaging Library

## Changelog

### 3.3.6

- Support adding gating sequences before calling Disruptor.start()
- Fix minor concurrency race when dynamically adding sequences
- Fix wrapping problem when adding work handlers to the Disruptor

### 3.3.5

- Fix NPE in TimeoutBlockingWaitStrategy when used with WorkProcessor
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'idea'
defaultTasks 'build'

group = 'com.lmax'
version = new Version(major: 3, minor: 3, revision: 5)
version = new Version(major: 3, minor: 3, revision: 6)

ext {
fullName = 'Disruptor Framework'
Expand Down

0 comments on commit 50f5453

Please sign in to comment.