Skip to content

Commit 43f9281

Browse files
committed
Update CHANGELOG.
1 parent 054af87 commit 43f9281

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
88

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`
11+
* 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])
14+
15+
[#74]: https://github.com/rust-embedded-community/embedded-sdmmc-rs/issues/74
1116

1217
## [Version 0.6.0] - 2023-10-20
1318

0 commit comments

Comments
 (0)