From 8e58407800708fc9641264798ecb193dfb7a885c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Wed, 25 Oct 2023 12:40:23 +0200 Subject: [PATCH] [Changelog] mention getParam default template arg --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838f077ef3..befc7debe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ be evaluated with the function values provided in the same order as the names wh - __PDESolver__: The LinearPDESolver/NewtonSolver now has an `apply` method that returns a bool (true if converged) instead of throwing an exception - __Freeflow Nonisothermal__: An issue with the compositional heat flux's upwinding calculations has been fixed - __Compositional Staggered__: The staggered discretization method has been updated to fix inconsistencies in handling density when evaluating diffusive boundary fluxes. In addition, a total mass balance is now always considered, rather than a total mole balance. +- __Parameters__: The template argument for `getParam` and `getParamFromGroup` now defaults to `std::string`, such that for string parameters one can simply write `const auto param = getParam("MyParam");` ### Immediate interface changes not allowing/requiring a deprecation period: -- GitLab