Skip to content

Commit

Permalink
Docs: Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Dec 10, 2024
1 parent 473ca03 commit 84def52
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
``PackedInstruction``, the principal representation of an instance of :class:`.CircuitInstruction`
in Rust, has been re-organized to discard its cached instance of a python :class:`.Gate` whenever its
operation, parameters, or extra attributes are modified. This results in ``PackedInstruction`` no
no longer having shared references between them.

0 comments on commit 84def52

Please sign in to comment.