From c06935b8b8b72dab158de61dc0e06658dd6c0030 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Wed, 24 Nov 2021 14:25:04 -0330 Subject: [PATCH] Update changelog for v10.6.3 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfd3ae63..d7b919f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [10.6.3] +### Fixed +- [##12822](https://github.com/MetaMask/metamask-extension/pull/#12822): Fix `replaceChildren` and `function.prototype.apply` errors that could make the app unusable on older browsers due to a bug in our logo component. +- [#61e0526d5](https://github.com/MetaMask/metamask-extension/pull/61e0526d5): Fix requesting of swaps quotes for token pairs that have highly precise exchange rates. ## [10.6.2] ### Fixed