htree-0.2.0.0: CHANGELOG.md
# Revision history for HTree
## 0.1.0.0 -- 2024-07-21
* initial release
## 0.2.0.0 -- 2024-11-15
* moved to required type arguments wherever possible
* dropped support for GHC < 9.10
* dropped support for base < 4.20
* stopped reexporting Proxy
* make `getElem` and `getElem'` take required type arguments, the search strategy and the type of the field, as well as the name of the field in the case of `getElem`
* make all hc* functions take the constraint as a required type argument