diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be2c8b..cb24377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for bytesmith -## 0.3.14.0 -- 2025-??-?? +## 0.3.14.0 -- 2025-11-17 * Add `take` for ASCII parser. diff --git a/bytesmith.cabal b/bytesmith.cabal index b936944..d07bf4c 100644 --- a/bytesmith.cabal +++ b/bytesmith.cabal @@ -16,7 +16,7 @@ maintainer: amartin@layer3com.com copyright: 2019 Andrew Martin category: Data extra-doc-files: CHANGELOG.md -tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1 +tested-with: GHC ==9.6.3 || ==9.8.1 common build-settings default-language: Haskell2010