Skip to content

Commit

Permalink
tweak: Add a few example breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Jan 13, 2025
1 parent 2268318 commit cd765fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@

> Changes which may cause compilation errors for Scrypto developers or other integrators
* *Pending...*
* [#2035](https://github.com/radixdlt/radixdlt-scrypto/pull/2035) - types specifying multiple types in `#[sbor(categorize_types = "S, T")]` should now use a semi-colon as a separator: `#[sbor(categorize_types = "S; T")]`
* [#2017](https://github.com/radixdlt/radixdlt-scrypto/pull/2017) - Manual implementations of `ContextualDisplay` must now take a `&mut fmt::Formatter` instead of a `F: fmt::Write`.

### Other changes

Expand Down

0 comments on commit cd765fe

Please sign in to comment.