Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
treeowl committed Jun 28, 2021
1 parent adfee37 commit cde5e58
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion containers/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog for [`containers` package](http://github.com/haskell/containers)

## [0.6.4.1]
## 0.6.5.1

### Bug fixes

* `foldr'` and `foldl'` for `Map` and `Set` are now strict everywhere they
should be, and we have detailed tests to make sure they stay that way.
(Thanks, coot.)

* The `Ord IntSet` instance, which was broken in the last version, has been
repaired.

### New instance

* We now have `Ord a => Ord (Tree a)` (Thanks, Ericson2314.)

### Testing fixes

* Thanks to konsumlamm and infinity0 for various bug fixes in the test suite.

## 0.6.4.1

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion containers/containers.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: containers
version: 0.6.4.1
version: 0.6.5.1
license: BSD3
license-file: LICENSE
maintainer: [email protected]
Expand Down

0 comments on commit cde5e58

Please sign in to comment.