Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Nov 10, 2024
1 parent c992c11 commit 7d90a83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
and pick a new register count for the resulting tape
- Add bidirectional conversions between `JitFunction` and `GenericVmFunction`
(exposing the inner data member)
- Add a new `TileSizes(Vec<usize>)` object representing tile sizes used during
rendering. Unlike the previous `Vec<usize>`, this data type checks our tile
size invariants at construction. It is used in the `struct RenderConfig`.

# 0.3.3
- `Function` and evaluator types now produce multiple outputs
Expand Down

0 comments on commit 7d90a83

Please sign in to comment.