Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in contributor name #11400

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ changelog properly.
### Fixed

- Fix a crash in the Melange rules that would prevent compiling public library
implementations of virtual libraries. (@amonteiro, #11248)
- Pass `melange.emit`'s `compile_flags` to the JS emission phase. (@amonteiro,
#11252)
implementations of virtual libraries. (@anmonteiro, #11248)
- Pass `melange.emit`'s `compile_flags` to the JS emission phase. (@anmonteiro,
#11252)
- Disallow private implementations of public virtual libs in melange mode.
(@amonteiro, #11253)
(@anmonteiro, #11253)
- Wasm_of_ocaml: fix the execution of tests in a sandbox. (#11304, @vouillon)

3.17.1 (2024-12-17)
Expand Down
Loading