From e807d729dbb8be78d7f93908ae5bf34daf698c99 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Sat, 1 Oct 2022 00:46:46 +0000 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bbfc8b2a2..9858fb3b6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -45,6 +45,7 @@ Release 3-dev - (wifi) Fix acknowledgment in SU format for DL MU PPDUs including PSDUs of different TIDs - (wifi) Fix the TID of QoS Null frames in response to BSRP TF - (core) #756 - Fix `CsvReader::GetValueAs()` functions for `char` arguments +- #758 - Fix warnings about `for` loops with variables that are "too small" to fully represent the data being looped Release 3.36.1 --------------