forked from M-Labs/rust-fatfs
Add changelog entries for v0.3.2
This commit is contained in:
parent
3628ec9825
commit
8178908e06
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 0.3.2
|
||||||
|
-------------
|
||||||
|
Features:
|
||||||
|
* Add `format_volume` function for initializing a FAT filesystem on a partition
|
||||||
|
* Add more checks of filesystem correctness when mounting
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
* Clear directory returned from `create_dir` method - upgrade ASAP if this method is used
|
||||||
|
* Fix handling of FSInfo sector on FAT32 volumes with sector size different than 512 - upgrade ASAP if such sector size is used
|
||||||
|
* Use `write_all` in `serialize` method for FSInfo sector - previously it could have been improperly updated
|
||||||
|
|
||||||
Version 0.3.1
|
Version 0.3.1
|
||||||
-------------
|
-------------
|
||||||
New features:
|
New features:
|
||||||
|
Loading…
Reference in New Issue
Block a user