From 5cced1a84350e0845457b2708fb6c620168c3e78 Mon Sep 17 00:00:00 2001 From: _index Date: Sat, 28 Dec 2024 01:47:59 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3544397cec9..74925daeb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allow using esp timer with skip_unhandled_events (#526) - OTA - Implements a new type `EspFirmwareInfoLoad` that has a reduced memory consumption (#531) - Added set_promiscuous function in EthDriver (#246) +- Add source_ip function in EspHttpRawConnection (#538) ### Fixed - The alloc::Vec version stomps the scan state from Done to Idle. (#459)