From 2190f1421258cf136032e580b1964aa4138e838e Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Thu, 31 Mar 2022 21:02:27 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 0.12.2 release (#307) --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d58e46fa..dfb542e4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 0.12.2 March 31 2022 #### + +* Fix [deserialization type cache was shared between multiple serializer instances](https://github.com/akkadotnet/Hyperion/pull/306) + ### 0.12.1 March 23 2022 #### * Fix disallow-unsafe-type Akka.NET settings and harden unsafe type detection [301](https://github.com/akkadotnet/Hyperion/pull/301)