Skip to content

Commit

Permalink
Update CHANGELOG.md (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasdema authored Jan 27, 2025
1 parent 5af5924 commit fb2b1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
* `CairoRunner` has a new public field `vm: VirtualMachine`
* `CairoRunner` no longer derives `Debug`
* `CairoRunner` methods `new_v2` & `new` take an extra boolean argument `trace_enabled`.
* Functions `cairo_run` , `cairo_run_program` & `cairo_run_fuzzed_program` from `vm` crate and `cairo_run_program` from `cairo1-run` crate now retun only `CairoRunner` instead of `(CairoRunner, VirtualMachine)`
* Functions `cairo_run` , `cairo_run_program` & `cairo_run_fuzzed_program` from `vm` crate and `cairo_run_program` from `cairo1-run` crate now return only `CairoRunner` instead of `(CairoRunner, VirtualMachine)`
* `CairoRunner` methods no longer take a reference to `VirtualMachine`. Methods that took an immutable reference to self and a mutable reference to the VM now take a mutable reference to self. Affected methods:
* `initialize`
* `initialize_builtins`
Expand Down

0 comments on commit fb2b1fe

Please sign in to comment.