From 516253a148b53553b5c4db78f625bc675b5a3887 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 22 Jan 2014 22:41:04 -0500 Subject: [PATCH] Add release note entry for the marc_export 'since' feature Signed-off-by: Dan Scott --- docs/RELEASE_NOTES_NEXT/Administration/marc_export_since.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/marc_export_since.txt diff --git a/docs/RELEASE_NOTES_NEXT/Administration/marc_export_since.txt b/docs/RELEASE_NOTES_NEXT/Administration/marc_export_since.txt new file mode 100644 index 0000000000..a025ce5c10 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/marc_export_since.txt @@ -0,0 +1,9 @@ +Export all records created or edited after a given date +======================================================= + +To better support periodic batch exports of new or changed MARC records, the +`marc_export` script now accepts two additional command line options that +combine with the `--all` flag: + +* `--since / -s` : Exports records created since the date in 'YYYY-MM-DD' format +* `--edited` : Exports records edited since the date in 'YYYY-MM-DD' format -- 2.11.0