From 86705a9015d471de96a4f7156fef34dd8c4b1aa9 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Thu, 31 Aug 2023 23:12:46 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 1.5.12.1 release (#368) --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e322294..c830053 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +## [1.5.12.1] / 31 August 2023 + +* [Add IConfiguration to HOCON adapter key name normalization toggle flag](https://github.com/akkadotnet/Akka.Hosting/pull/365) +* [Expand Cluster.Hosting and Remote.Hosting options](https://github.com/akkadotnet/Akka.Hosting/pull/366) + +You can now specify whether IConfiguration key strings should be normalized to lower case or not when they are being converted into HOCON keys. You can read the documentation [here](https://github.com/akkadotnet/Akka.Hosting/#special-characters-and-case-sensitivity) + ## [1.5.12] / 3 August 2023 * [Update Akka.NET to 1.5.12](https://github.com/akkadotnet/akka.net/releases/tag/1.5.12)