cursor-0.3.2.0: CHANGELOG.md
# Changelog
## [0.3.2.0] - 2021-12-03
### Added
* `Foldable` and `Traversable` instance for `CTree`
* `Foldable` and `Traversable` instance for `CForest`
## [0.3.1.0] - 2021-11-23
### Added
- `listCursorPrevUntil`
- `listCursorNextUntil`
- `listCursorInsertList`
- `listCursorAppendList`
## [0.3.0.0] - 2020-02-14
### Added
- `NFData` instances for benchmarks
## [0.2.0.0] - 2019-09-23
### Changed
- `textFieldCursorInsertChar` and `textFieldCursorAppendChar` now fail on unsafe characters.