Skip to content

Commit

Permalink
fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jan 18, 2025
1 parent e8f7433 commit 685b90a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,7 @@ Unreleased
([#1248](https://github.com/melange-re/melange/pull/1248))
- BREAKING: remove `--mel-g`
([#1234](https://github.com/melange-re/melange/pull/1234))
- core: fix a crash related to finding constructor names in pattern matching triggered by dune's earlier implementation of `(implicit_transitive_deps false)`
([#1238](https://github.com/melange-re/melange/pull/1238),
[#1262](https://github.com/melange-re/melange/pull/1262))
- core: pre-compute the closure param map for functions inlined with
`--mel-cross-module-opt`
([#1219](https://github.com/melange-re/melange/pull/1219))
- BREAKING: ppx: print the `deprecated` alert for `@@deriving abstract` at the
declaration site rather than at (all) usages
([#1269](https://github.com/melange-re/melange/pull/1269))
- core: prettify melange code generation for `for` loops
([#1275](https://github.com/melange-re/melange/pull/1275))
- BREAKING: find `[@mel.send]` self arg as the first non-labeled param
- ffi: add `[@mel.invoke]`, a way to call a self arg as the first non-labeled param
([#1252](https://github.com/melange-re/melange/pull/1252))
- This improvement to the FFI allows expressing more FFI constructs via
labeled and optionally labeled arguments, e.g.
Expand Down

0 comments on commit 685b90a

Please sign in to comment.