From cadc60143165965987f13b0b9a570b5a6f6897cf Mon Sep 17 00:00:00 2001 From: Aleksey Kliger Date: Wed, 20 Mar 2024 19:21:16 -0400 Subject: [PATCH] Update changelog --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index fb1286e..cc89b5b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # NEXT +* Add `Alpha` and `Subst` instances for `NonEmpty`. Thanks Brent Yorgey (byorgey) +* Add GHC 9.8 to CI matrix +* Bump base >= 4.9 +* Remove `tested-with: 7.x` in `unbound-generics.cabal`. We removed CI testing with GHC 7.x last year. + # 0.4.3 * Add an `instantiate` function that substitutes a list of terms for a collection of bound variables in a toplevel `Bind p t` term.