From c3cfebdff78d81f12ef8be0e8c2a813cb881c21d Mon Sep 17 00:00:00 2001
From: David Wells
Date: Thu, 15 Sep 2016 20:02:29 -0400
Subject: [PATCH] Mention ParameterHandler exceptions in changes.h.
The last few commits change the behavior in an incompatible way by
raising exceptions on invalid input instead of using a return code.
---
doc/news/changes.h | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/doc/news/changes.h b/doc/news/changes.h
index 769e2bb193..806f17d7f8 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,15 @@ inconvenience this causes.
+ - Deprecated: ParameterHandler::read_input,
+ ParameterHandler::read_input_from_xml, and
+ ParameterHandler::read_input_from_string are now deprecated in favor of
+ ParameterHandler::parse_input, ParameterHandler::parse_input_from_xml, and
+ ParameterHandler::parse_input_from_string. These new functions throw
+ exceptions to indicate failure instead of using return codes.
+
+ (David Wells, 2016/09/15)
+
- Deprecated: MGCoarseGridLACIteration got deprecated in favor of
MGCoarseGridIterativeSolver.
--
2.39.5