From 805f0dd03a703939315d215a33aed667e8e27ac0 Mon Sep 17 00:00:00 2001 From: dadhi Date: Mon, 25 Jul 2022 21:10:55 +0200 Subject: [PATCH] fix in release notes --- nuspecs/ImTools.nuspec | 2 +- src/ImTools/ImTools.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nuspecs/ImTools.nuspec b/nuspecs/ImTools.nuspec index b6a416d..cc01368 100644 --- a/nuspecs/ImTools.nuspec +++ b/nuspecs/ImTools.nuspec @@ -21,7 +21,7 @@ ### Breaking changes -`ImMap` type is replaced by ImHashMap`. +`ImMap` type is replaced by `ImHashMap`. The implementations of ImMap and ImHashMap are combined into one, reducing the code size, and using all performance optimizations from the both. This change will simplify further performance improvements, testing and bug-fixes. diff --git a/src/ImTools/ImTools.csproj b/src/ImTools/ImTools.csproj index 52b88ae..7c10951 100644 --- a/src/ImTools/ImTools.csproj +++ b/src/ImTools/ImTools.csproj @@ -25,7 +25,7 @@ ### Breaking changes -`ImMap` type is replaced by ImHashMap`. +`ImMap` type is replaced by `ImHashMap`. The implementations of ImMap and ImHashMap are combined into one, reducing the code size, and using all performance optimizations from the both. This change will simplify further performance improvements, testing and bug-fixes.