Skip to content

Commit

Permalink
[ 2.9.2-rc ] CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jun 5, 2021
1 parent 78fb571 commit 3a59802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# 2.9.2

Andreas Abel <andreas.abel@gu.se> (unreleased)
Andreas Abel <andreas.abel@gu.se> June 2021

## Major improvements

* Haskell: layout keywords can now be stacked on the same line [#354],
see https://bnfc.readthedocs.io/en/latest/lbnf.html#stacking-layout-keywords
* C: new methods `free_*` and `clone_*` to deallocate and clone syntax trees [#348]
* C/C++ backends now create reentrant parsers [#349]

## Bug fixes and small improvements
Expand All @@ -15,7 +16,6 @@ Andreas Abel <andreas.abel@gu.se> (unreleased)
* Haskell: print `[Char]` correctly, removed method `prtList` [#359]
* Haskell: added missing import [#368], regression introduced in 2.9.1 by [#331]
* C: fixed a space leak when parsing from a string in memory [#347]
* C: new methods `free_*` and `clone_*` to deallocate and clone syntax trees [#348]
* C: removed errorneous `define`d constructors from `Skeleton.c`
* C++: `define`d constructors now reside in `Absyn` [#287]
* Java: `define`d constructor now reside in `AbsynDef.java` [#287]
Expand Down

0 comments on commit 3a59802

Please sign in to comment.