From dbe8f3dc29250bfbbcc2f075ce82f9cfc52fdce5 Mon Sep 17 00:00:00 2001 From: savelij13 Date: Thu, 11 Sep 2025 11:54:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 1da6239..2683a51 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ FatFs - Generic FAT Filesystem Module https://elm-chan.org/fsw/ff/ +Все версии в порядке выхода. + `R0.16` - Removed a long-pending limitation that f_getcwd and double-dot ".." in the path name did not work on the exFAT volume. - Fixed f_readdir cannot detect end of directory and it leads the application process into infinite loop. (appeared at R0.15b)