File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ 14.0.0]
1111
12- ### Added
13-
14- - Add support for ` onAssetsMarketData ` handler ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
15-
1612### Changed
1713
1814- ** BREAKING** Move ` CronjobController ` init to separate function ([ #3507 ] ( https://github.com/MetaMask/snaps/pull/3507 ) )
1915
16+ ### Added
17+
18+ - Add support for ` onAssetsMarketData ` handler ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
19+
2020## [ 13.1.1]
2121
2222### Fixed
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Added
1313
14- - Add ` snap_trackError ` method for error tracking through Sentry ([ #3498 ] ( https://github.com/MetaMask/snaps/pull/3498 ) )
1514- ** BREAKING:** Market data is now fetched through ` onAssetsMarketData ` instead
1615 of ` onAssetConversion ` ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
1716 - Previously, ` onAssetConversion ` could return a ` marketData ` property, which
1817 contained market data for the asset being converted. This property
1918 has been removed, and ` onAssetsMarketData ` should be used instead.
2019 - The ` MarketData ` type has been replaced with ` FungibleAssetMarketData ` .
20+ - Add ` snap_trackError ` method for error tracking through Sentry ([ #3498 ] ( https://github.com/MetaMask/snaps/pull/3498 ) )
2121
2222## [ 8.1.0]
2323
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Added
1313
14- - Add ` snap_trackError ` method for error tracking through Sentry ([ #3498 ] ( https://github.com/MetaMask/snaps/pull/3498 ) )
1514- ** BREAKING:** Market data is now fetched through ` onAssetsMarketData ` instead
1615 of ` onAssetConversion ` ([ #3496 ] ( https://github.com/MetaMask/snaps/pull/3496 ) )
1716 - Previously, ` onAssetConversion ` could return a ` marketData ` property, which
1817 contained market data for the asset being converted. This property
1918 has been removed, and ` onAssetsMarketData ` should be used instead.
2019 - The ` MarketDataStruct ` is now replaced by the ` FungibleAssetMarketDataStruct ` struct.
20+ - Add ` snap_trackError ` method for error tracking through Sentry ([ #3498 ] ( https://github.com/MetaMask/snaps/pull/3498 ) )
2121
2222## [ 10.1.0]
2323
You can’t perform that action at this time.
0 commit comments