From fd1ca55f58d991e9e7c3f55af3a767c1c39dc66c Mon Sep 17 00:00:00 2001 From: Benjamin Diedrichsen Date: Sun, 2 Nov 2014 09:56:39 +0100 Subject: [PATCH] updated release notes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f75e62c..60a31dc 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,8 @@ You can also download binary release and javadoc from the [maven central reposit There is ongoing effort to extend documentation and provide code samples and detailed explanations of how the message bus works. Code samples can also be found in the various test cases. Please read about the terminology used in this project to avoid confusion and misunderstanding.

Release Notes

-

1.2.1

+

[1.2.1](milestones/1.2.1)

+ + Not yet released! + API-Changes: + Removed deprecated method BusConfiguration.SyncAsync() -> use MBassador default constructor instead + Deleted interface ISyncMessageBus since it was merely an aggregation of existing interfaces -> replace with GenericMessagePublicationSupport