Skip to content

Commit d65ef95

Browse files
committed
Update changelog
1 parent 8f8fdc8 commit d65ef95

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

containers/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
* Improved performance for `Data.Set`'s `fromList`, `map` and `Data.Map`'s
6767
`fromList`, `fromListWith`, `fromListWithKey`, `mapKeys`, `mapKeysWith`.
6868

69+
* Improved performance for many `Set` and `Map` modification operations,
70+
including `insert` and `delete`, by inlining part of the balancing
71+
routine. (Soumik Sarkar)
72+
6973
## Unreleased with `@since` annotation for 0.7.1:
7074

7175
### Additions

0 commit comments

Comments
 (0)