You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
# NEXT
2
2
3
+
# 0.4.4
4
+
3
5
* Add `Alpha` and `Subst` instances for `NonEmpty`. Thanks Brent Yorgey (byorgey)
4
6
* Add GHC 9.8 to CI matrix
5
-
* Bump base >= 4.9
7
+
* Bump `base` >= 4.9
6
8
* Remove `tested-with: 7.x` in `unbound-generics.cabal`. We removed CI testing with GHC 7.x last year.
7
9
* Move GSubst from `Unbound.Generics.LocallyNameless.Subst` into a separate `Internal` module that is exported. Now users can write their own generic traversals.
8
10
Thanks Bohdan Liesnikov (liesnikov)
11
+
* Welcome Austin Erlandson (erlandsona) as a maintainer
0 commit comments