separated-0.3.2.1: changelog.md
0.3.2.1
* Fixed Setup.hs to work with Cabal2
0.3.2
* Added `Generic` and `Generic1` instances for `Before`, `After`, `Between`, and `Between'`
0.3.1
* Added `Ord1` instances for `Before`, `After`, `Between`, and `Between'`
0.3.0
* Add `Foldable1` and `Traversable1` instances for `Pesarated1`.
0.2.3
* Add `Foldable` and `Traversable` instances for `Separated`, `Separated1`, `Pesarated` and `Pesarated1`.
0.2.0
* Refactoring with lots of changes to data types.
* Introduce nix for building.
0.1.2
* Add instance of `Wrapped` and `Swapped`.
0.1.1
* Introduce `separatedBy` and `separatedBy1` combinators.
0.1.0
* Refactor and reorganisation of modules.
0.0.8
* This change log starts.