Skip to content

Commit

Permalink
Update to release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoanet committed Nov 22, 2019
1 parent 806219a commit 40aea41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ There is no specific documentation for this project, but most of the information

## What's new?

22/11/2019 (v3.5.0):

* Add ValueDisruptor
* Add new publication API
* Make event translators obsolete

11/06/2019 (v3.4.2):

* Stop invoking IBatchStartAware.OnBatchStart for empty batches
* Support event handlers with explicit interface implementations

28/04/2018 (v3.4.1):

* Fix invalid IL code that caused an exception on Mono
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>3.4.1</Version>
<Version>3.5.0</Version>
<LastPortedJavaRevision>a18f8198ab94590f0a5ec7c3378ba87f997ea670</LastPortedJavaRevision>
<Product>Disruptor</Product>
<Description>A High Performance Inter-Thread Messaging Library</Description>
Expand Down

0 comments on commit 40aea41

Please sign in to comment.