Skip to content
Snippets Groups Projects
Commit a57e7dd0 authored by David Feuer's avatar David Feuer
Browse files

Update changelog again

parent a6e2bb35
No related branches found
Tags v0.5.11.0a
No related merge requests found
...@@ -46,6 +46,9 @@ ...@@ -46,6 +46,9 @@
laws. Specifically, `return () >>= \_ -> undefined` should always be laws. Specifically, `return () >>= \_ -> undefined` should always be
`undefined`, but this was not the case. `undefined`, but this was not the case.
* Harmonize laziness details for `minView` and `maxView` between
`Data.IntMap` and `Data.Map`.
### Performance improvement ### Performance improvement
* Speed up both stable and unstable sorting for `Data.Sequence` by (Thanks, Donnacha * Speed up both stable and unstable sorting for `Data.Sequence` by (Thanks, Donnacha
...@@ -56,13 +59,20 @@ ...@@ -56,13 +59,20 @@
* Update for recent and upcoming GHC and Cabal versions (Thanks, Herbert * Update for recent and upcoming GHC and Cabal versions (Thanks, Herbert
Valerio Reidel, Simon Jakobi, and Ryan Scott.) Valerio Reidel, Simon Jakobi, and Ryan Scott.)
* Improve documentation (Thanks, Oleg Grenrus and Benjamin Hodgson.) * Improve external and internal documentation (Thanks, Oleg Grenrus
and Benjamin Hodgson.)
* Add tutorial-style documentation.
* Add Haddock `@since` annotations for changes made since version * Add Haddock `@since` annotations for changes made since version
0.5.4 (Thanks, Simon Jakobi.) 0.5.4 (Thanks, Simon Jakobi.)
* Add a (very incomplete) test suite for `Data.Tree`. * Add a (very incomplete) test suite for `Data.Tree`.
* Add structural validity checks to the test suites for `Data.IntMap`
and `Data.IntSet` (Thanks to Joachim Breitner for catching an error
in a first draft.)
## 0.5.10.2 ## 0.5.10.2
* Released with GHC 8.2. * Released with GHC 8.2.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment