From 438cc9221316a5281181a1a8e138a821292f431f Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Wed, 20 Sep 2017 14:22:04 +0200 Subject: [PATCH] Changelog. --- doc/news/changes/major/20170920LucaHeltai | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/news/changes/major/20170920LucaHeltai 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) + -- 2.39.5