reverse-list-0.2.0: CHANGELOG.md
# Revision history for reverse-list
## 0.2.0 -- 2022-01-27
* Remove `Foldable` instance until I determine the correct semantics.
* Add `init`, `last`.
* Add `Data.List.Cons` module and `Tsil` synonym for "symmetry".
* Rename `Data.List.RList` to `Data.List.Snoc`
* `RList.{safeLast,safeInit}`
* `RList.toSet`
## 0.1.0 -- 2021-12-27
* First version. Released on an unsuspecting world.