From ac90f212782e3f3bc698e4aa3016445c958168e0 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Wed, 22 Nov 2023 10:29:21 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf8f63e..47fffe8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [14.0.2] -### Uncategorized -- Strip `params` if `null` is passed ([#292](https://github.com/MetaMask/providers/pull/292)) +### Fixed +- Don't send `null` params to underlying provider ([#292](https://github.com/MetaMask/providers/pull/292)) ## [14.0.1] ### Fixed