ilist-0.4.0.1: CHANGELOG.md
# Changelog
`ilist` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].
## 0.4.0.1 — May 7, 2020
* [#7](https://github.com/kowainik/ilist/issues/7):
Support GHC-8.10. Move from GHC-8.8.1 support to GHC-8.8.3.
## 0.4.0.0 — Dec 26, 2019
* Support GHC-8.8, GHC-8.6, GHC-8.4, GHC-8.2. Drop older GHC versions support.
* Update maintenance info.
## 0.3.1.0
* Added `ireplicateM` and `ireplicateM_`.
## 0.3.0.0
* `ifind` now returns the index alongside with the value (same as in `lens`).
## 0.2.0.0
* `izipWithM` and `izipWithM_` have been generalised from `Monad` to `Applicative` (which mimics what was done in base-4.9).
## 0.1.0.0
First release.
[1]: https://pvp.haskell.org
[2]: https://github.com/kowainik/ilist/releases