Add changelog entries for v0.3.2

This commit is contained in:
Rafał Harabień 2018-12-29 20:57:16 +01:00
parent 3628ec9825
commit 8178908e06

View File

@ -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: