From ab1a0cc0c9a6a981198a87b80d5e89e817d2651b Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Thu, 28 May 2020 08:16:53 -0700 Subject: [PATCH] Updated History.txt to note the single task notification per task has been replaced with an array of task notifications per task. --- History.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 243e3c30c..b8cdd961d 100644 --- a/History.txt +++ b/History.txt @@ -4,8 +4,10 @@ Changes between FreeRTOS V10.3.0 and FreeRTOS V10.3.1 released February 18 2020 See http://www.FreeRTOS.org/FreeRTOS-V10.3.x.html - ./FreeRTOS-Labs directory was removed from this file. The libraries it + + ./FreeRTOS-Labs directory was removed from this file. The libraries it contained are now available as a separate download. + + Replaced the single task notification per task with an array of + notificatinos per task. Changes between FreeRTOS V10.2.1 and FreeRTOS V10.3.0 released February 7 2020