From 8178908e06bac9b8c6021263b49f1beca4fa599a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Sat, 29 Dec 2018 20:57:16 +0100 Subject: [PATCH] Add changelog entries for v0.3.2 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f2cdc..71a6efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ 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 ------------- New features: