Merge topic 'ExternalData-missing-not-fatal'

4a5cf964 Help: Add notes for topic 'ExternalData-missing-not-fatal'
This commit is contained in:
Brad King 2014-05-01 09:36:12 -04:00 committed by CMake Topic Stage
commit 4cbce89ba9
1 changed files with 8 additions and 0 deletions

View File

@ -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.