diff --git a/ChangeLog.md b/ChangeLog.md index 21b0b20..fc56fe1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,15 @@ # Change log for galois-field +## 2.0.0 + +* Bump GHC versions to support 9.6 and 9.8 (9.4 seems to not be possible with certain + uses of RULES, see [GHC #22761](https://gitlab.haskell.org/ghc/ghc/-/issues/22761)) +* Added CI with build matrix +* Bump various dep version bounds +* Switched to use `mod` package +* Removed the INLINE pragmas for `pow`, they were broken on all GHC version (see [GHC #22716](https://gitlab.haskell.org/ghc/ghc/-/issues/22716)) +* Formatted with Ormolu + ## 1.0.3 * Add `fromU` for RootsOfUnity diff --git a/galois-field.cabal b/galois-field.cabal index 4b9e43b..87e5d77 100644 --- a/galois-field.cabal +++ b/galois-field.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: galois-field -version: 1.0.4 +version: 2.0.0 synopsis: Galois field library description: An efficient implementation of Galois fields used in cryptography research