blob: 0b1c13baeac0b52d908535d5c8916d914d505b50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Changelog
This package intends to follow the [Package Versioning Policy (PVP)](https://pvp.haskell.org/).
## 0.2.0.0 March 2026
- Simpler but more restrictive Enum1 class definition (one can always set `type Enum1Info f = f`, however, perhaps with a performance cost compared to the old definition).
## 0.1.0.0 May 2025
- Initial release.
|