From 256419b1bee1e0739f552db6428557f4759f236e Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Thu, 21 Feb 2013 09:12:00 +0000 Subject: [PATCH] Require strict checking for xml attribute existence --- doc/release.notes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/release.notes b/doc/release.notes index a08118748..4851f6411 100644 --- a/doc/release.notes +++ b/doc/release.notes @@ -2,6 +2,13 @@ DD4hep ---- Release Notes ================================= +2013/21/02 Markus Frank +-------------------------- + Require strict checks for the existence of xml attributes. + e.g. default=false for Element::attr<bool>() is no longer an option. + if the attribute is not present in the element, an exception + is thrown. + 2013/20/02 Markus Frank -------------------------- Install rootmap mechanism for the usage of plugins. -- GitLab