From fe73538e3990e24c4ea67aa75d1e8482217e3c46 Mon Sep 17 00:00:00 2001 From: Alisina Bahadori Date: Tue, 3 Dec 2024 00:06:02 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67a354..fc8555c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Enhancements +- Add `from_block` and `to_block` options to `Ethers.get_logs/2` +- Add RPC adapter behaviour and proxy for Ethereumex.HttpClient - Move and export abi decode functionality to `Ethers.TxData` module - Export `Ethers.TxData.to_map/2` in docs - Add `Ethers.Event.find_and_decode/2` function