Skip to content

Commit

Permalink
Add a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Mar 15, 2024
1 parent 9bd3905 commit b9b3936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Required updating `lambdaworks-math` to version 0.5.0 for missing features
* Required adding methods `from_raw` and `raw` to `cairo-felt` for efficient conversions
* BREAKING: `Memory::get_value` will now always return `Cow::Owned` variants, code that relied on `Cow::Borrowed` may break
* BREAKING: legacy `BigUint`-based `cairo-felt` suffers massive slowdowns due to extra copying, these changes are meant to optimize usage with the `lambdaworks` backend instead

#### [0.9.2] - 2024-01-3

Expand Down

0 comments on commit b9b3936

Please sign in to comment.