Skip to content

Commit cde5e58

Browse files
committed
Prepare for release
1 parent adfee37 commit cde5e58

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

containers/changelog.md

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

3-
## [0.6.4.1]
3+
## 0.6.5.1
4+
5+
### Bug fixes
6+
7+
* `foldr'` and `foldl'` for `Map` and `Set` are now strict everywhere they
8+
should be, and we have detailed tests to make sure they stay that way.
9+
(Thanks, coot.)
10+
11+
* The `Ord IntSet` instance, which was broken in the last version, has been
12+
repaired.
13+
14+
### New instance
15+
16+
* We now have `Ord a => Ord (Tree a)` (Thanks, Ericson2314.)
17+
18+
### Testing fixes
19+
20+
* Thanks to konsumlamm and infinity0 for various bug fixes in the test suite.
21+
22+
## 0.6.4.1
423

524
### Bug fixes
625

containers/containers.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: containers
2-
version: 0.6.4.1
2+
version: 0.6.5.1
33
license: BSD3
44
license-file: LICENSE
55
maintainer: [email protected]

0 commit comments

Comments
 (0)