@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ v0.2.0-alpha.2 ] - 2024-12-17
9
9
10
10
### Added
11
11
@@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Changed
21
21
22
- - Update "magic values" to explicit calculations in ` Erc721Metadata::supports_interface ` , and ` Erc721::_check_on_erc721_received ` . #442
22
+ - Update "magic values" to explicit calculations in ` Erc721Metadata::supports_interface ` , and
23
+ ` Erc721::_check_on_erc721_received ` . #442
23
24
- Implement ` AddAssignUnchecked ` and ` SubAssignUnchecked ` for ` StorageUint ` . #418
24
25
- Implement ` MethodError ` for ` safe_erc20::Error ` . #402
25
26
- Use ` function_selector! ` to calculate transfer type selector in ` Erc1155 ` . #417
@@ -30,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
31
- Stop supporting reentrancy, and borrow ` self ` immutably in ` IErc721::_check_on_erc721_received ` . #440
31
32
- Remove ` &mut self ` parameter from ` IErc1155::_check_on_erc1155_received ` and make it an associated function. #440
32
33
- Remove ` storage: &mut impl TopLevelStorage ` parameter from ` ecdsa::recover ` . #440
33
- - Remove ` TopLevelStorage ` trait implementation from ` VestingWallet ` , ` Erc1155 ` , ` Erc20Permit ` , ` SafeErc20 ` , ` Erc721Consecutive ` , and ` Erc721 ` . #440
34
+ - Remove ` TopLevelStorage ` trait implementation from ` VestingWallet ` , ` Erc1155 ` , ` Erc20Permit ` , ` SafeErc20 ` ,
35
+ ` Erc721Consecutive ` , and ` Erc721 ` . #440
34
36
35
37
### Fixed
36
38
0 commit comments