diff --git a/CHANGELOG.md b/CHANGELOG.md index fd977de..25ad691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ For the package version policy (PVP), see http://pvp.haskell.org/faq . +### 1.3.1.5 + +_2022-07-18, Andreas Abel_ + +- Allow `-` as start of a range, e.g. `[--z]` + ([#1](https://github.com/haskell-hvr/regex-tdfa/issues/1), + [#45](https://github.com/haskell-hvr/regex-tdfa/pull/45)) +- Tested with GHC 7.4 - 9.4 + ### 1.3.1.4 _2022-07-17, Andreas Abel_ diff --git a/regex-tdfa.cabal b/regex-tdfa.cabal index 13411ab..b3b8089 100644 --- a/regex-tdfa.cabal +++ b/regex-tdfa.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 name: regex-tdfa -version: 1.3.1.4 +version: 1.3.1.5 build-Type: Simple license: BSD3 @@ -46,7 +46,7 @@ source-repository head source-repository this type: git location: https://github.com/haskell-hvr/regex-tdfa.git - tag: v1.3.1.4 + tag: v1.3.1.5 flag force-O2 default: False