From: Dan Scott Date: Thu, 23 Jan 2014 03:41:04 +0000 (-0500) Subject: Add release note entry for the marc_export 'since' feature X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=516253a148b53553b5c4db78f625bc675b5a3887;p=working%2FEvergreen.git Add release note entry for the marc_export 'since' feature Signed-off-by: Dan Scott --- 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