diff --git a/CHANGELOG.md b/CHANGELOG.md index e7eef2c..dc7bc64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## latest +- Remove the `scalar` and `vector` keyword values from data names in configuration https://github.com/precice/micro-manager/pull/142 - Set default logger to stdout and add output directory setting option for file loggers https://github.com/precice/micro-manager/pull/139 - Remove the `adaptivity_data` data structure and handle all adaptivity data internally https://github.com/precice/micro-manager/pull/137 - Improve logging by wrapping Python logger in a class https://github.com/precice/micro-manager/pull/133