From eb27a2cc4bca1350f232bebed42fbc235d2615cd Mon Sep 17 00:00:00 2001 From: Sebastien Gilles <sebastien.gilles@inria.fr> Date: Fri, 29 Nov 2019 17:19:07 +0100 Subject: [PATCH] #1498 Issue tag v19.48. --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6adf9445d4..935c0c3dc1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,13 @@ means week 46 of year 2013. Should a second tag be given the same week, an index Starting from v18.47, the ticket numbers in bold are those that might break compatibility in models. + +# v19.48 + +- Bug #1498 - #1292: Fix remaining warnings, and a stupid bug I inroduced in visco-elasticity in the conversion from Seldon to Xtensor. +- Bug #1499: Improve the exception handling within SNESSolve: previously if an exception was thrown inside the static functions provided to SNES, the exceptions were not caught properly and the program exited poorly. + + # v19.45.1 - Documentation #1497: Fix a tiny bug that prevented run of GitlabPages. -- GitLab