From: Matthias Maier Date: Tue, 27 Jun 2023 15:45:01 +0000 (-0500) Subject: Add a misplaced entry X-Git-Tag: v9.5.0-rc1~5^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98343b0b1b37a69ce202ce9ad860ff8e0e074112;p=dealii.git Add a misplaced entry --- diff --git a/doc/news/9.4.0-vs-9.5.0.h b/doc/news/9.4.0-vs-9.5.0.h index 876a4077e5..18a38046fb 100644 --- a/doc/news/9.4.0-vs-9.5.0.h +++ b/doc/news/9.4.0-vs-9.5.0.h @@ -130,6 +130,12 @@ inconvenience this causes. (Matthias Maier, 2023/01/26) +
  • + Updated: The minimum version for Trilinos has been bumped to 12.14.1 if Trilinos bundles Kokkkos. +
    + (Daniel Arndt, 2022/12/30) +
  • +
  • Fixed: The function ParameterHandler::add_parameter() used to call the internal action. Within that step, the action diff --git a/doc/news/changes/20221230DanielArndt b/doc/news/changes/20221230DanielArndt index a58e6a8fdd..e69de29bb2 100644 --- a/doc/news/changes/20221230DanielArndt +++ b/doc/news/changes/20221230DanielArndt @@ -1,4 +0,0 @@ -Updated: The minimum version for Trilinos has been bumped to 12.14.1 if Trilinos -bundles Kokkkos. -
    -(Daniel Arndt, 2022/12/30)