From 40aea411d7699cebdcfdda0881491ea1044c4a40 Mon Sep 17 00:00:00 2001 From: Olivier Coanet Date: Fri, 22 Nov 2019 16:52:22 +0100 Subject: [PATCH] Update to release 3.5.0 --- README.md | 11 +++++++++++ src/Directory.Build.props | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82515152..1d31e71c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index d27168f5..cc2591fd 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -12,7 +12,7 @@ - 3.4.1 + 3.5.0 a18f8198ab94590f0a5ec7c3378ba87f997ea670 Disruptor A High Performance Inter-Thread Messaging Library