Skip to content

Commit a57e7dd

Browse files
committed
Update changelog again
1 parent a6e2bb3 commit a57e7dd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
laws. Specifically, `return () >>= \_ -> undefined` should always be
4747
`undefined`, but this was not the case.
4848

49+
* Harmonize laziness details for `minView` and `maxView` between
50+
`Data.IntMap` and `Data.Map`.
51+
4952
### Performance improvement
5053

5154
* Speed up both stable and unstable sorting for `Data.Sequence` by (Thanks, Donnacha
@@ -56,13 +59,20 @@
5659
* Update for recent and upcoming GHC and Cabal versions (Thanks, Herbert
5760
Valerio Reidel, Simon Jakobi, and Ryan Scott.)
5861

59-
* Improve documentation (Thanks, Oleg Grenrus and Benjamin Hodgson.)
62+
* Improve external and internal documentation (Thanks, Oleg Grenrus
63+
and Benjamin Hodgson.)
64+
65+
* Add tutorial-style documentation.
6066

6167
* Add Haddock `@since` annotations for changes made since version
6268
0.5.4 (Thanks, Simon Jakobi.)
6369

6470
* Add a (very incomplete) test suite for `Data.Tree`.
6571

72+
* Add structural validity checks to the test suites for `Data.IntMap`
73+
and `Data.IntSet` (Thanks to Joachim Breitner for catching an error
74+
in a first draft.)
75+
6676
## 0.5.10.2
6777

6878
* Released with GHC 8.2.

0 commit comments

Comments
 (0)