From ca89f72de21db43104c0748e4c7319274a675f3b Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Thu, 7 Oct 2021 23:37:43 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 0.11.2 release (#267) --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6c2c1efc..f7414388 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 0.11.2 October 7 2021 #### +* Fix exception thrown during deserialization when preserve object reference was turned on + and a surrogate instance was inserted into a collection multiple times. [#264](https://github.com/akkadotnet/Hyperion/pull/264) +* Add support for AggregateException serialization. [#266](https://github.com/akkadotnet/Hyperion/pull/266) + ### 0.11.1 August 17 2021 #### * Add [unsafe deserialization type blacklist](https://github.com/akkadotnet/Hyperion/pull/242) * Bump [Akka version from 1.4.21 to 1.4.23](https://github.com/akkadotnet/Hyperion/pull/246)