Skip to content

Commit b5b9d1e

Browse files
authored
Update changelog.md
1 parent bc5fe21 commit b5b9d1e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog for [`containers` package](http://github.com/haskell/containers)
22

3+
## 0.5.9.1
4+
5+
* Planned for GHC 8.2.
6+
7+
* Properly deprecate functions in `Data.IntMap` long documented as deprecated.
8+
9+
* Rename several internal modules for clarity. Thanks to esoeylemez for starting
10+
this process.
11+
12+
* Make `Data.Map.fromDistinctAscList` and `Data.Map.fromDistinctDescList` more
13+
eager, improving performance.
14+
15+
* Plug space leaks in `Data.Map.Lazy.fromAscList` and
16+
`Data.Map.Lazy.fromDescList` by manually inlining constant functions.
17+
318
## 0.5.8.1 *Aug 2016*
419

520
### General package changes

0 commit comments

Comments
 (0)