From 4d07c52aac116de7c10eb67917dff4da912dbada Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 5 Dec 2012 00:47:31 -0500 Subject: [PATCH] Mentioned user input changes in release notes. --- docs/source/releasenotes/notes_0.5.0.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/releasenotes/notes_0.5.0.rst b/docs/source/releasenotes/notes_0.5.0.rst index edf4b4b6c..0c1416d3b 100644 --- a/docs/source/releasenotes/notes_0.5.0.rst +++ b/docs/source/releasenotes/notes_0.5.0.rst @@ -21,6 +21,9 @@ the problem at hand (mostly on the number of nuclides in the problem). New Features ------------ +- All user input options that formerly accepted "off" or "on" should now be + "false" or "true" (the proper XML schema datatype). +- The element is deprecated and was replaced with . - Added 'events' score that returns number of events that scored to a tally. - Restructured tally filter implementation and user input. - Source convergence acceleration via CMFD (implemented with PETSc).