From e2ef5f5d4399d7eef5f882b7ab065c0c2fef5c57 Mon Sep 17 00:00:00 2001 From: Martin Otter Date: Sun, 4 Jun 2023 09:36:59 +0200 Subject: [PATCH] Release notes added --- docs/src/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/src/index.md b/docs/src/index.md index d4dbb8f..f6db076 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -42,6 +42,20 @@ functionalities of these packages. ## Release Notes +### Version 0.11.0 + +- Require ModiaBase 0.11.1 +- Manifest.toml file removed. +- test.yml for github actions changed to use Julia 1.9.0 + +**Non-backwards** compatible changes + +These changes only influence models that use the new feature of built-in components. + +- `_buildFunction` argument list changed (options of @instantiateModel added) + + + ### Version 0.10.0 - Initial support of segmented simulations where the number of states can change during simulation.