From 229f3141ced33ba00524b80660e81c24eac64827 Mon Sep 17 00:00:00 2001 From: _index <105852101+indexds@users.noreply.github.com> Date: Wed, 1 Jan 2025 09:25:38 +0100 Subject: [PATCH] Missing changelog for #535 (#540) * gatekeep mdns ipv6 behind feature flag * fix feature flag typo * format * requested changes * erratum * add ipv4 feature flag * add wrapper for promiscuous mode * change warn->info * add changes * add changes * &mut self -> &self * add documentation, switch to &mut self * format * double emac_rx stack size * Revert "double emac_rx stack size" This reverts commit 54b89b1eb9a971c694841d396c58ef818bae0bb7. * changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3544397cec9..6dd1df1993e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bugfix: crash on MQTT async client restart - Fix missing newline if CONFIG_LOG_COLORS=n is set (#521) - gatekeep mdns ipv6 behind feature flag (#523) +- Fix emac_rx stack overflow when log verbosity is increased (#535) ## [0.49.1] - 2024-07-09 ### Fixed