Skip to content

Commit

Permalink
Mention #1801 as a breaking change in 1.33.0 (#2551)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukimik authored Nov 24, 2023
1 parent cd60fc2 commit f4a9736
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,12 @@
* If you really don't want to handle the new error-related wrapper, you can
get the old behavior using a partial pattern match (which will be partial,
still an improvement over the previous behavior, which was hanging)
* BREAKING CHANGE: [Records can no longer contain attributes named after language keywords](https://github.com/dhall-lang/dhall-haskell/pull/1801)
* This is a bugfix, because the language standard disallows using
keywords as record labels. However, some users were relying on
this bug.
* If you need to use a keyword as a record label, enclose it in backticks:
``{ `assert` = 1 }``.
* [Fix invalid cache entries](https://github.com/dhall-lang/dhall-haskell/pull/1793)
* The interpreter will now correct cached expressions that are incorrect
and warn you when this happens
Expand Down

0 comments on commit f4a9736

Please sign in to comment.