From 1809468c76fba185d1cd04e627d86e85d9c7ca60 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Tue, 27 Sep 2022 14:44:37 +0100 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 ed1d454b6..371f534ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -42,6 +42,7 @@ Release 3-dev - (wifi) #696 - 802.11ax assert failed. cond="seqNumber < SEQNO_SPACE_SIZE && startingSeqNumber < SEQNO_SPACE_SIZE" - (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 Release 3.36.1 --------------