diff --git a/release_note_next.txt b/release_note_17.6.0.txt similarity index 94% rename from release_note_next.txt rename to release_note_17.6.0.txt index aee19b04a..6c55d166e 100644 --- a/release_note_next.txt +++ b/release_note_17.6.0.txt @@ -22,7 +22,9 @@ a series of important improvements, new features have been added. - Memory Pools now have a new variant named "Guarded Memory Pool" including a semaphore that guards the allocation function, the caller waits if there is not an object available in the pool. -- FatFS 0.10b has been integrated. + - Improved mailboxes, now it is possible to set a mailbox in a persistent + reset state. +- FatFS 0.12b has been integrated. - Rationalized source tree to reduce code duplication. - New unit test library. - Test suites have been rewritten using an unique code generation system