From 476cfef950ac8ec441c85ccc45aea890d551bc51 Mon Sep 17 00:00:00 2001 From: luca Date: Fri, 29 Jul 2005 20:51:59 +0000 Subject: [PATCH] Added comment on pathsearch. git-svn-id: https://svn.dealii.org/trunk@11219 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 5abb9cbbe5..b911848e18 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -251,6 +251,15 @@ inconvenience this causes.

base

    +
  1. + Changed: PathSearch needed any new "search class" to + be added before use. Now this can be done at construction time. + Added PathSearch::close() to explicitly close the + last opened stream. +
    + (Luca Heltai, 2005/07/29) +

    +
  2. Changed: ParameterHandler::get_bool() only accepted "true" or "false" as boolean values, now it also considers "yes" -- 2.39.5