From: Daniel Arndt Date: Mon, 22 Feb 2021 16:14:50 +0000 (-0500) Subject: Add changelog entry X-Git-Tag: v9.3.0-rc1~426^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11714%2Fhead;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes/incompatibilities/20210222DanielArndt b/doc/news/changes/incompatibilities/20210222DanielArndt new file mode 100644 index 0000000000..69f9ffd16c --- /dev/null +++ b/doc/news/changes/incompatibilities/20210222DanielArndt @@ -0,0 +1,5 @@ +Changed: The various parse_arguments(), to_string(), and to_value() functions +related to the Pattern namespace take their last argument by `const&` instead of +`const std::unique_ptr<>&`. +
+(Daniel Arndt, 2021/02/22)