From ad251284de7ae13e1707287e6f6588b076f18075 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Fri, 23 Jul 2021 14:43:54 -1000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d872bf670e..9a67052c0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -407,7 +407,8 @@ Released with 1.0.0-beta.37 code base. ### Added - London transaction support (#4155) -- RPC support `eth_feehistory` call +- RPC support `eth_feehistory` call (#4191) +- Add `toNumber` method to `web3.utils` (#4191) ### Changed - Grammar fix (#4088) and updated Swarm (#4151)and Whisper doc links (#4170) @@ -415,4 +416,4 @@ Released with 1.0.0-beta.37 code base. - Nonce added to send options in documentation and types (#4052) - Updated Solidity example to modern syntax (#4147) - Changing web3 connection example from lets to const (#3967) - - Updated the documentation for the transaction object to include EIP-2718 and EIP-1559 options + - Updated the documentation for the transaction object to include EIP-2718 and EIP-1559 options (#4188)