Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumuran committed Jul 24, 2024
1 parent 45440ea commit 12fa6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#### Changed

- When using `if.(true|false) .. end`, the parser used to emit an empty block for the branch that was elided. The parser now emits a block containing a single `nop` instruction instead, which is equivalent to the code emitted by the assembler when lowering to MAST.
- `internals` configuration feature was renamed to `testing` (#1399).

## 0.9.2 (2024-05-22) - `stdlib` crate only

Expand Down

0 comments on commit 12fa6f6

Please sign in to comment.