Skip to content

Commit 8f0e37c

Browse files
thejpsterjonathanpallant
authored andcommitted
Update CHANGELOG
1 parent 2fab549 commit 8f0e37c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
99
* `Volume`, `Directory` and `File` are now smart! They hold references to the thing they were made from, and will clean themselves up when dropped. The trade-off is you can can't open multiple volumes, directories or files at the same time.
1010
* Renamed the old types to `RawVolume`, `RawDirectory` and `RawFile`
1111
* New method `make_dir_in_dir`
12-
* Fixed long-standing bug that caused an integer overflow when a FAT32 directory
13-
was longer than one cluster ([#74])
12+
* Fixed long-standing bug that caused an integer overflow when a FAT32 directory was longer than one cluster ([#74])
13+
* Updated 'shell' example to support `mkdir`, `tree` and relative/absolute paths
14+
* Renamed `Error::FileNotFound` to `Error::NotFound`
15+
* New API `change_dir` which changes a directory to point to some child directory (or the parent) without opening a new directory.
16+
* Empty strings and `"."` convert to `ShortFileName::this_dir()`
17+
* You can now open directories multiple times without error
1418

1519
[#74]: https://github.com/rust-embedded-community/embedded-sdmmc-rs/issues/74
1620

0 commit comments

Comments
 (0)