Skip to content

Commit e97c9f7

Browse files
release: release/13.10.1-Changelog (#38085)
This PR updates the change log for 13.10.1. (Hotfix - no test plan generated.) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates CHANGELOG with 13.10.1 fixes and adjusts version comparison links. > > - **Documentation** (`CHANGELOG.md`): > - **Add `13.10.1` – Fixed**: > - Prevent token list from fetching balances for all accounts. > - Correct dapp-swap comparison fiat rate for native tokens. > - Fix conversion rate for POL native token in dapp-swap. > - Remove unnecessary extension permission. > - Restore missing native token balances in wallet balance. > - **Links**: > - Update `[Unreleased]` compare link to start from `v13.10.1`. > - Add `[13.10.1]` compare link to `v13.10.0...v13.10.1`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b15b274. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: metamaskbot <[email protected]> Co-authored-by: Gauthier Petetin <[email protected]>
1 parent 8a53979 commit e97c9f7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [13.10.1]
11+
12+
### Fixed
13+
14+
- Prevents token list from fetching balances for all accounts (#38065)
15+
- Fixes dapp-swap comparison fiat rate fetching for native tokens (#37980)
16+
- Fixes dapp-swap fix conversion rate for pol native token (#38102)
17+
- Removes unnecessary extension permission (#38075)
18+
- Fixes missing native token balances in wallet balance (#38126)
19+
1020
## [13.10.0]
1121

1222
### Added
@@ -1217,7 +1227,8 @@ authorized by the user.` error until the user fully revoked dapp
12171227
- This changelog was split off with 12.22.0
12181228
- All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md)
12191229

1220-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.10.0...HEAD
1230+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.10.1...HEAD
1231+
[13.10.1]: https://github.com/MetaMask/metamask-extension/compare/v13.10.0...v13.10.1
12211232
[13.10.0]: https://github.com/MetaMask/metamask-extension/compare/v13.9.0...v13.10.0
12221233
[13.9.0]: https://github.com/MetaMask/metamask-extension/compare/v13.8.0...v13.9.0
12231234
[13.8.0]: https://github.com/MetaMask/metamask-extension/compare/v13.7.0...v13.8.0

0 commit comments

Comments
 (0)