From 4a5cf9645317d486d7fbddf666878ee302689141 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 1 May 2014 09:19:30 -0400 Subject: [PATCH] Help: Add notes for topic 'ExternalData-missing-not-fatal' --- Help/release/dev/ExternalData-missing-not-fatal.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Help/release/dev/ExternalData-missing-not-fatal.rst diff --git a/Help/release/dev/ExternalData-missing-not-fatal.rst b/Help/release/dev/ExternalData-missing-not-fatal.rst new file mode 100644 index 000000000..e9f1f04ad --- /dev/null +++ b/Help/release/dev/ExternalData-missing-not-fatal.rst @@ -0,0 +1,8 @@ +ExternalData-missing-not-fatal +------------------------------ + +* The :module:`ExternalData` module learned to tolerate a ``DATA{}`` + reference to a missing source file with a warning instead of + rejecting it with an error. This helps developers write new + ``DATA{}`` references to test reference outputs that have not + yet been created.