From 483d8987b532e5aee61b9161c88c5bbc2c4be856 Mon Sep 17 00:00:00 2001 From: tony-josi-aws Date: Tue, 10 Dec 2024 10:32:10 +0530 Subject: [PATCH] Update with review feedback --- History.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.txt b/History.txt index ac6215c0e..d7bbb08a9 100644 --- a/History.txt +++ b/History.txt @@ -34,7 +34,7 @@ Changes between FreeRTOS-plus-TCP V4.3.0 and V4.2.2 released December 10, 2024 watchdog timer for STMH7xx MCUs. We thank @kzorer for this contribution. + Improve CMake to allow usage of `FetchContent` in external projects. We thank @nicovanduijn for this contribution. - + Adds warning logs if the TCP stream buffer or window properties + + Add warning logs if the TCP stream buffer or window properties are changed. We thank @evpopov for this contribution. + Remove unused `ipconfigHAS_ROUTING_STATISTICS` macro. We thank @HTRamsey for this contribution.