Skip to content

Commit

Permalink
chore: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jan 17, 2024
1 parent 419b8d5 commit 033f846
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ Unreleased
([#1017](https://github.com/melange-re/melange/pull/1017))
- BREAKING(core): only allow strings in `{j| ... |j}` interpolation
([#1024](https://github.com/melange-re/melange/pull/1024))
- BREAKING(ppx): use `[@u0]` for 0-arity uncurried application instead of `()`
([#949](https://github.com/melange-re/melange/pull/949))
- Melange wouldn't previously allow to invoke a 1-argument uncurried
function with `()` (`unit`). After this change, 0-arity functions must be
applied with `[@u0]`. Melange will issue an alert if old 0-arity
functions are applied with `[@u]` to help upgrade codebases.

2.2.0 2023-12-05
---------------
Expand Down

0 comments on commit 033f846

Please sign in to comment.