diff --git a/CHANGELOG.md b/CHANGELOG.md index c001a80f73..b2a21be759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Remove methods `VirtualMachine::get_relocated_trace`& `VirtualMachine::relocate_trace`. * Add `relocated_trace` field & `relocate_trace` method to `CairoRunner`. * Swap `TraceEntry` for `RelocatedTraceEntry` type in `write_encoded_trace` & `PublicInput::new` signatures. + * Now takes into account the program counter's segment index when building the execution trace instead of assuming it to be 0. * feat: add debugging capabilities behind `print` feature flag. [#1476](https://github.com/lambdaclass/cairo-vm/pull/1476)