We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5fe21 commit b5b9d1eCopy full SHA for b5b9d1e
changelog.md
@@ -1,5 +1,20 @@
1
# Changelog for [`containers` package](http://github.com/haskell/containers)
2
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
18
## 0.5.8.1 *Aug 2016*
19
20
### General package changes
0 commit comments