Skip to content

Commit

Permalink
[ 2.9.1 ] finish CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Mar 1, 2021
1 parent 402a9ae commit 6c322d9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# 2.9.1 (unreleased)
# 2.9.1

Andreas Abel <[email protected]>
Andreas Abel <[email protected]> March 2021

## Main new feature

* Haskell: the `--functor` option now produces position-annotated ASTs [#176,#327]. Thanks @Commelina!

## Bug fixes and small improvements

* Haskell: fix generated `Makefile` and test parser for `--glr` mode [#340]
* Haskell(/GADT): generated modules import `Prelude` explicitly, compatible with `{-# LANGUAGE NoImplicitPrelude #-}`
* Haskell: generated code is warning free (and mostly that for `--xml[t]`) [#331]
* Haskell: generated code is warning free [#331]
* Haskell: generated printer more robust wrt. identifier clashes [#337]
* Haskell/C: handle token constructors in `define` expressions [#338]
* Java/ANTLR: removed more superfluous quotation in lexer character sets [#329]
Expand Down

0 comments on commit 6c322d9

Please sign in to comment.