From 33a6c13e9de1605df11972fa55a76f4fb165f2f2 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Wed, 16 Oct 2024 23:47:54 +0000 Subject: [PATCH] update changelog Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 928847d..2dac3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [9.0.0] -### Uncategorized -- adapt to eip-1193 provider changes ([#170](https://github.com/MetaMask/eth-json-rpc-filters/pull/170)) +### Added +- **BREAKING:** The `request` method has been added to improve EIP-1193 provider compatibility ([#170](https://github.com/MetaMask/eth-json-rpc-filters/pull/170)) + +### Removed +- **BREAKING:** The `sendAsync` is deprecated and removed ([#170](https://github.com/MetaMask/eth-json-rpc-filters/pull/170)) ### Fixed - Bump `@metamask/json-rpc-engine` from `^9.0.0` to `^10.0.0` ([#194](https://github.com/MetaMask/eth-json-rpc-filters/pull/194))