diff --git a/CHANGELOG.md b/CHANGELOG.md index a319f16..a532c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Next - Replaced `chrono` with `time` v0.3 - - Added support for reading non-unicode database files via custom encodings. + - Added support for reading/writing non-unicode database files via custom encodings. The optional `yore` feature/crate can be used for support for basic codepages. + The `code_page_mark` contained in the header is used to create the correct decoder. + - Fixed writing visual fox pro files + - Added `FieldType` to publicly exported types # 0.2.3 - Added `impl std::error::Error for dbase::Error`