Skip to content

Commit 24d786c

Browse files
committed
Bump to 3.5.0.0 and finish CHANGELOG
1 parent cee2172 commit 24d786c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
## Unreleased
1+
## Changes in 3.5.0.0
22

33
* Add option `--numeric-version`.
44
* Remove deprecated `-v` as alias for `--version`.
55
* Add `-v` as placeholder for a future `--verbose` option.
66
* Make `alex{G,S}etUserState` available with the `monadUserState-bytestring` wrapper
7-
[Issue #220](https://github.com/haskell/alex/issues/220).
7+
([Issue #220](https://github.com/haskell/alex/issues/220)).
88
* Debugging lexer: print character in addition to its ASCII code
9-
[PR #252](https://github.com/haskell/alex/pull/252).
9+
([PR #252](https://github.com/haskell/alex/pull/252)).
10+
* Tested with GHC 8.0 - 9.8.1.
11+
12+
_Andreas Abel, 2023-12-30_
1013

1114
## Changes in 3.4.0.1
1215

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.4.0.1
3+
version: 3.5.0.0
44
-- don't forget updating changelog.md!
55
license: BSD3
66
license-file: LICENSE

0 commit comments

Comments
 (0)