From 3dbc6498ed67c8604e5608d09677546950115800 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 29 May 2023 11:19:16 +0300 Subject: [PATCH] [Crate] Add Douile acknowledgement to Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3f879..433a33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Protocols: 1. Added standard and serde derives to `GatheringSettings`. ### Breaking: -- Every function that used `address: &str` has been changed to `address: &Ipv4Addr`. +- Every function that used `&str` for the address has been changed to `&IpAddr` (thanks [@Douile](https://github.com/Douile) for the re-re-write). Services: - Valve Master Query: