From 0291b018253df1c1879d1ef7652968562537568f Mon Sep 17 00:00:00 2001 From: Kody Stribrny Date: Mon, 16 Mar 2026 12:57:51 -0700 Subject: [PATCH] Remove the date since we need this in so that other packages may be tested --- History.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 0d4c34a4e..724d9ea95 100644 --- a/History.txt +++ b/History.txt @@ -1,6 +1,6 @@ Documentation and download available at https://www.FreeRTOS.org/ -Changes between FreeRTOS V11.2.0 and FreeRTOS V11.3.0 released March XX, 2026 +Changes between FreeRTOS V11.2.0 and FreeRTOS V11.3.0 released March, 2026 + Correct minor mistakes in code comments in event_groups.c, include/queue.h, and include/task.h. We thank @wirelinker for their contribution.