CHANGELOG errata: dejafu-0.5.1.2 should have been 0.5.2.0.

Introducing new non-orphan typeclass instances is a minor bump.
This commit is contained in:
Michael Walker 2017-04-08 20:20:12 +01:00
parent 9c33eff1f7
commit 94c4afe090

View File

@ -40,6 +40,8 @@ https://hackage.haskell.org/package/dejafu-0.5.1.3
https://hackage.haskell.org/package/dejafu-0.5.1.2 https://hackage.haskell.org/package/dejafu-0.5.1.2
**This version was misnumbered! It should have caused a minor version bump!**
### Test.DejaFu.Conc ### Test.DejaFu.Conc
- New `MonadRef` and `MonadAtomicRef` instances for the `Conc` type using `CRef`. - New `MonadRef` and `MonadAtomicRef` instances for the `Conc` type using `CRef`.