Skip to content

Commit

Permalink
Add release notes for 1.2 which mysteriously disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
jespercockx committed Jun 7, 2024
1 parent 7d734a2 commit 9388b77
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions release-notes/1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Release notes for agda2hs v1.2
==============================

Changes
-------

- Increased bounds to support GHC 9.6.3
- Changed flag `--rewrite-rules` to `--config`.
- Deprecated `Tuple` (#228). Now there are distinct 2-uples (`_×_`) and 3-uples (`_×_×_`).
Only 2-uples can be pattern-matched inside of let bindings.
- Experimental support for *erased module parameters* (#229).
- Support for erased hidden type parameters.
- Functions with no clause throw a hard error when getting compiled.
- Unboxed records can preserve any field -- not only the first one.
- Improved documentation.

See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Apr for the full list of changes.

Fixed issues
------------

See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Aissue for the full list of fixed issues.

0 comments on commit 9388b77

Please sign in to comment.