From 4f4396272f9ba4d9b93f35bcfbac2445d2e5ea6e Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sat, 30 Dec 2023 15:33:35 +0100 Subject: [PATCH] CHANGELOG for #252 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a93d0..ffa52d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ * Add `-v` as placeholder for a future `--verbose` option. * Make `alex{G,S}etUserState` available with the `monadUserState-bytestring` wrapper [Issue #220](https://github.com/haskell/alex/issues/220). + * Debugging lexer: print character in addition to its ASCII code + [PR #252](https://github.com/haskell/alex/pull/252). ## Changes in 3.4.0.1