From cefc495d6206631811991531b9e547c0b3929bbd Mon Sep 17 00:00:00 2001 From: Mattie Schraeder-Urbanowicz Date: Fri, 18 Aug 2017 22:33:34 -0500 Subject: [PATCH] Update readmes --- README.md | 4 ++++ README.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 0ab2783..74aed31 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ This project is built upon the CSharp_MARC project of the same name available at ## Changelog: +### 2017-08-18 Changes: + +* If a record is completely unreadable, allow importing records to continue. A "blank" record is inserted instead with error information in the warnings field. + ### 2017-06-27 Changes: * Fixed loading and exporting MARCXML format records diff --git a/README.txt b/README.txt index 8095faa..6319e59 100644 --- a/README.txt +++ b/README.txt @@ -53,6 +53,10 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3 */ +2017-08-18 Changes: + +If a record is completely unreadable, allow importing records to continue. A "blank" record is inserted instead with error information in the warnings field. + 2017-06-27 Changes: Fixed loading and exporting MARCXML format records