Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Aug 27, 2022
1 parent fa7016b commit a6c2d48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit a6c2d48

Please sign in to comment.