Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Dec 17, 2023
1 parent 054af87 commit 43f9281
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic

* `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.
* Renamed the old types to `RawVolume`, `RawDirectory` and `RawFile`
* New method `make_dir_in_dir`
* Fixed long-standing bug that caused an integer overflow when a FAT32 directory
was longer than one cluster ([#74])

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

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

Expand Down

0 comments on commit 43f9281

Please sign in to comment.