10.6.2 [2020.04.10]
2------------------
3* Make the `Distributive` instance for `Tagged` poly-kinded.
4
50.6.1 [2019.09.06]
6------------------
7* Add a `Distributive` instance for `WrappedMonad m`.
8
90.6 [2018.07.02]
10----------------
11* Remove `fmapCollect`. (See
12  [here](https://github.com/ekmett/distributive/commit/1020655f15714514048d0dc842ffe4adcec89a7b)
13  for an explanation of why it was removed.)
14* Avoid incurring some dependencies when using recent GHCs.
15
160.5.3
17-----
18* Support `doctest-0.12`
19
200.5.2
21-----
22* Revamp `Setup.hs` to use `cabal-doctest`. This makes `distributive` build
23  with `Cabal-1.25`, and makes the `doctest`s work with `cabal new-build` and
24  sandboxes.
25* Fix bugs in `Data.Distributive.Generic` that cause generic `Distributive`
26  instances not to work properly for datatypes with recursive types
27* Add `genericCollect` to `Data.Distributive.Generic`, and switch the underlying
28  machinery in that module to work on a `collect`-like method instead of a
29  `distribute`-like one
30* Add a test suite for regression-testing `Data.Distributive.Generic`
31
320.5.1
33-----
34* Add `Distributive` instances for datatypes from `Data.Semigroup` and `GHC.Generics`
35* Add `MINIMAL` pragma for `Distributive`
36
370.5.0.2
38-------
39* A more elegant fix for builds on GHC 7.2
40
410.5.0.1
42-------
43* Fix builds on GHC 7.2
44
450.5
46---
47* Added flags for removing some dependencies.
48* Support `doctests` when building to non-standard locations (such as when using `stack`.)
49* Support `base-orphans`
50
510.4.4
52-----
53* `transformers 0.4` compatibility
54
550.4.3.1
56-----
57* Fixed builds with older versions of GHC
58
590.4.2
60-------
61* Added `Data.Distributive.Generic`.
62
630.4.1
64-----
65* `Control.Monad.Instances` is deprecated in GHC 7.8. Don't import it there.
66
670.4
68---
69* Added support for `Data.Tagged` and `Data.Proxy`.
70
710.3.1
72-----
73* Minor documentation fix
74
750.3
76---
77* Added instances for `Control.Applicative.Backwards` and `Data.Functor.Reverse` from `transformers` 0.3, taking them from `transformers-compat` if necessary for `transformers` 0.2
78
79