Skip to content

Commit

Permalink
Add changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
sauclovian-g committed Oct 16, 2024
1 parent a15e462 commit d82fc09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crucible-mir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 0.3 -- 2024-08-30

* The calling sequence of ```translateMIR``` has changed: the first argument,
which should always have been passed as ```mempty```, has been removed.
This will probably require adjustments in downstream callers.
* Implement byte-to-char casts.
* Fix a bug which failed to parse MIR JSON code involving casts from array references to pointers.
* Rearranged handling of constant slices into a reference and a separate static allocation for the body the reference points to.
Expand Down

0 comments on commit d82fc09

Please sign in to comment.