diff --git a/README.md b/README.md index 4734b9e..3a1d1d8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ jdbf Java utility to read/write DBF files -Version 2.0 - add ability to read MEMO files (tested with Visual FoxPro DBFs) +### Version 2.0.1 + +Fix issue [#3](https://github.com/iryndin/jdbf/issues/3) - read the last record two times for "FoxBASE+/Dbase III plus" files + +Fix issue [#4](https://github.com/iryndin/jdbf/issues/4) - incorrect parsing of update date in DBF header for "FoxBASE+/Dbase III plus" files + +### Version 2.0 + +Add ability to read MEMO files (tested with Visual FoxPro DBFs) [![Dependency Status](https://www.versioneye.com/user/projects/53c55ce7c4a986cbb3000002/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53c55ce7c4a986cbb3000002)