From 0b54defd070fccad40b9764396f84ad900d32b32 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sat, 17 Dec 2022 11:42:54 +0100 Subject: [PATCH] CHANGELOG for 2.9.4.1 --- source/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/CHANGELOG.md b/source/CHANGELOG.md index afccda79..81c7e306 100644 --- a/source/CHANGELOG.md +++ b/source/CHANGELOG.md @@ -1,3 +1,15 @@ +# 2.9.4.1 + +Andreas Abel , December 2022 + +* C/C++: allow space characters in token definitions again [[#431](https://github.com/BNFC/bnfc/issues/431)] + (regression in 2.9.0) +* installation: get rid of `cabal-doctest` dependency [[#429](https://github.com/BNFC/bnfc/issues/429)] + +Tested GHC versions: +* with `cabal`, GHC 7.10 - 9.4 +* with `stack`, GHC 8.2 - 9.4 + # 2.9.4 Andreas Abel , February 2022