Skip to content

Commit 2ab19dc

Browse files
committed
Prepare 3.2.7.1
Hopefully there are no other sneaky regressions this time!
1 parent e907ecb commit 2ab19dc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
## Change in 3.2.7.1
2+
3+
* Fix bug with repeated numeral characters *outside* of `r{n,m}`
4+
repetitions. This was a regression introduced in 3.2.7.
5+
16
## Changes in 3.2.7
27

3-
* Allow arbitary repetitions in regexps.
8+
* Allow arbitrary repetitions in regexps.
49
Previously, the `r{n,m}` and related forms were restricted to single
510
digit numbers `n` and `m`.
611

alex.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >= 1.10
22
name: alex
3-
version: 3.2.7
3+
version: 3.2.7.1
44
-- don't forget updating changelog.md!
55
license: BSD3
66
license-file: LICENSE

0 commit comments

Comments
 (0)