diff --git a/CHANGELOG b/CHANGELOG index 1b960d8c..763a8b76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ --- CHANGELOG --- --- PyFMI-FUTURE --- - * Fixed so FMU `reset` resets to log level that it was loaded with. + +--- PyFMI-2.20.0 --- + * Fixed so FMU `reset` resets to log_level that it was loaded with. * New exception `pyfmi.common.io.NoResultError` that will be raised for result handlers and writers if result is missing. * Fixed an issue where models without continuous states could erroneuously succeed simulation, despite evaluation failures after a fixed point in time. diff --git a/doc/sphinx/source/changelog.rst b/doc/sphinx/source/changelog.rst index 7eaaebc7..890e0438 100644 --- a/doc/sphinx/source/changelog.rst +++ b/doc/sphinx/source/changelog.rst @@ -2,6 +2,12 @@ ========== Changelog ========== +--- PyFMI-2.20.0 --- + * Fixed so FMU `reset` resets to log_level that it was loaded with. + * New exception `pyfmi.common.io.NoResultError` that will be raised for result handlers and writers if result is missing. + * Fixed an issue where models without continuous states could erroneuously succeed simulation, + despite evaluation failures after a fixed point in time. + --- PyFMI-2.19.0 --- * New function `get_log_categories` for `FMUModelBase2` to retrieve both log categories and descriptions, use instead of `get_categories`. diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 35cc01ed..5cc5fb9d 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '2.19.0' +version = '2.20.0' # The full version, including alpha/beta/rc tags. -release = '2.19.0' +release = '2.20.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.