diff --git a/doc/sphinx/source/changelog.rst b/doc/sphinx/source/changelog.rst index 4c42330c..b5f59ef7 100644 --- a/doc/sphinx/source/changelog.rst +++ b/doc/sphinx/source/changelog.rst @@ -2,6 +2,11 @@ ========== Changelog ========== +--- PyFMI-2.11.0 --- + * Refactored result handling for dynamic_diagnostics. It is now possible use dynamic_diagnostics with a custom result handler. + * Migrated some diagnostics functionality into a new file: src/common/diagnostics.py. This should be seamless. + * pyfmi.common.diagnostics_prefix has been moved to pyfmi.common.diagnostics as DIAGNOSTICS_PREFIX. + --- PyFMI-2.10.4 --- * Added 'result_handling' = None as option, deprecated 'none'. * Fixed so that 'hasattr' works on log nodes.