v1.4.x - Dugong
Note
This release is under development.
Headline features that might be called out in the release overviews
- Pending...
Changes which may cause compilation errors for Scrypto developers or other integrators
- #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 - Manual implementations of
ContextualDisplay
must now take a&mut fmt::Formatter
instead of aF: fmt::Write
.
Other incidental features or changes which shouldn't break existing integrations, but are worthy of mention to scrypto developers, dApp developers or other integrators.
- #2053 - Minor updates to improve the
name
anddescription
of the native node module packages.
v1.3.x - Cuttlefish
We didn't have a formal changelog. Please see the protocol updates section of the docs site for more information.
v1.2.x - Bottlenose and before
We didn't have a formal changelog. Please see the protocol updates section of the docs site for more information.