Skip to content

Commit 9e5d334

Browse files
committed
Bump to 3.5.2.0 and CHANGELOG
1 parent 261aa08 commit 9e5d334

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
## Changes in 3.5.2.0
22

33
* Use `byteSwap16#` and `byteSwap32#` on big-endian architectures instead of
4-
handrolling the implementation.
4+
handrolling the implementation
5+
([PR #260](https://github.com/haskell/alex/pull/260)).
6+
* More descriptive error in `alexScan`; inline `alexScanUser`
7+
([PR #262](https://github.com/haskell/alex/pull/262)).
8+
* Tested with GHC 8.0 - 9.12.1.
9+
10+
_Andreas Abel, 2024-12-30_
511

612
## Changes in 3.5.1.0
713

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

0 commit comments

Comments
 (0)