From: Marc Fehling Date: Sat, 27 May 2023 04:44:08 +0000 (-0600) Subject: Fix data format in some changelogs. X-Git-Tag: v9.5.0-rc1~192^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbdec2dcc437d8e6f4bfbf83e787d9dfd5cebe99;p=dealii.git Fix data format in some changelogs. --- diff --git a/doc/news/changes/incompatibilities/20220816DavidWells b/doc/news/changes/incompatibilities/20220816DavidWells index d37fb851a2..d9123f209b 100644 --- a/doc/news/changes/incompatibilities/20220816DavidWells +++ b/doc/news/changes/incompatibilities/20220816DavidWells @@ -1,4 +1,4 @@ Moved: The functions in Utilities::Trilinos have been moved to a separate header, base/trilinos_utilities.h.
-(David Wells, 08/16/2022) +(David Wells, 2022/08/16) diff --git a/doc/news/changes/incompatibilities/20220820Fehling b/doc/news/changes/incompatibilities/20220820Fehling index 654e48a303..f230ed9f88 100644 --- a/doc/news/changes/incompatibilities/20220820Fehling +++ b/doc/news/changes/incompatibilities/20220820Fehling @@ -2,4 +2,4 @@ Changed: The function DoFHandler::get_active_fe_indices() now returns the result vector. The previous version that writes into the argument as well as DoFTools::get_active_fe_indices() have been deprecated.
-(Marc Fehling, 08/20/2022) +(Marc Fehling, 2022/08/20) diff --git a/doc/news/changes/incompatibilities/20221027Fehling b/doc/news/changes/incompatibilities/20221027Fehling index 82ddba836a..a22c29ed69 100644 --- a/doc/news/changes/incompatibilities/20221027Fehling +++ b/doc/news/changes/incompatibilities/20221027Fehling @@ -13,4 +13,4 @@ Some of them have been deprecated, some are replaced because we imagine them onl Further, the serialization of parallel::distributed::Triangulation objects is also affected by this change as we write FE indices to disk. Thus, the version in the serialization metafile has been bumped to `5`.
-(Marc Fehling, 10/27/2022) +(Marc Fehling, 2022/10/27)