From de3040fe678eb6228f7fb9019a4414f57775a926 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Mon, 3 Feb 2025 16:46:29 +0100 Subject: [PATCH] Add Changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7926ed9..4a615b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## latest +- Fix bug in the domain decomposition which was returning incorrect bounding box limits for the decomposition of `[2, 2, 1]` and similar https://github.com/precice/micro-manager/pull/146 - Fix bug in handling of vector data returned by the MicroSimulation `solve()` method, for scenarios with adaptivity https://github.com/precice/micro-manager/pull/143 - 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