Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Nov 6, 2024
1 parent e92d09d commit 7df5788
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.4
- Add `GenericVmFunction::simplify_with` to simultaneously simplify a function
and pick a new register count for the resulting tape
- Add bidirectional conversions between `JitFunction` and `GenericVmFunction`
(exposing the inner data member)

# 0.3.3
- `Function` and evaluator types now produce multiple outputs
- `MathFunction::new` now takes a slice of nodes, instead of a single node
Expand Down

0 comments on commit 7df5788

Please sign in to comment.