Skip to content

Commit

Permalink
fix in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Jul 25, 2022
1 parent 1c651d6 commit 805f0dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuspecs/ImTools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
### Breaking changes
`ImMap<V>` type is replaced by ImHashMap<int, V>`.
`ImMap<V>` type is replaced by `ImHashMap<int, V>`.
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.
Expand Down
2 changes: 1 addition & 1 deletion src/ImTools/ImTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
### Breaking changes
`ImMap<V>` type is replaced by ImHashMap<int, V>`.
`ImMap<V>` type is replaced by `ImHashMap<int, V>`.
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.
Expand Down

0 comments on commit 805f0dd

Please sign in to comment.