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.