Skip to content

Commit e9a9d1c

Browse files
authored
Merge pull request #171 from simonmar/change-log
Documemnt most notable changes since last release
2 parents 5c4bed5 + b455f08 commit e9a9d1c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Unreleased
2+
3+
* Allow arbitary repetitions in regexps.
4+
Previously, the `r{n,m}` and related forms were restricted to single
5+
digit numbers `n` and `m`.
6+
7+
* DFA minimization used to crash on tokens of the form `c*` which
8+
produce automata with only accepting states. Considering the empty
9+
set of non-accepting states as an equivalence class caused
10+
minimization to crash with exception.
11+
12+
* A number of bug fixes and clearer diagnostics.
13+
114
## Changes in 3.2.6:
215

316
* Support for the GHC 9.2.

0 commit comments

Comments
 (0)