From 4903b8711763e34727b34c0fc99b7c8f85f74f1d Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 31 Aug 2021 16:08:09 -0500 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f4070cc9..c455994b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [15.0.1] -### Uncategorized -- add abort-controller polyfill ([#575](https://github.com/MetaMask/controllers/pull/575)) -- Bump tar from 6.1.4 to 6.1.11 ([#576](https://github.com/MetaMask/controllers/pull/576)) +### Fixed +- Add abort-controller polyfill ([#575](https://github.com/MetaMask/controllers/pull/575)) + - This fixes broken contract in release v15.0.0 where we introduced a use of AbortController without updating the node engine requirement in package.json to atleast node v15.0.0 where support for AbortController was added. Here we add the polyfill instead of bumping the required node version. ## [15.0.0] ### Changed