From: Luca Heltai Date: Wed, 20 Sep 2017 12:22:04 +0000 (+0200) Subject: Changelog. X-Git-Tag: v9.0.0-rc1~1033^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438cc9221316a5281181a1a8e138a821292f431f;p=dealii.git Changelog. --- diff --git a/doc/news/changes/major/20170920LucaHeltai b/doc/news/changes/major/20170920LucaHeltai new file mode 100644 index 0000000000..fe92a76548 --- /dev/null +++ b/doc/news/changes/major/20170920LucaHeltai @@ -0,0 +1,12 @@ +New: A new ParameterAcceptor class has been added to the library. +The class is intended to be used as a base class for any class +that wants to handle parameters using the ParameterHandler class. + +If you derive all your classes from ParameterAcceptor, and declare +your parameters either with parse/declare_parameters methods or +via the ParameterAcceptor::add_parameter() method, then the declaring +and parsing of your parameter files will be automatically managed +by the ParameterAcceptor::initialize() function. +
+(Luca Heltai, 2017/09/20) +