From 5e6acf7cf0ba8ce7cccb2dac8cf6244c3a518721 Mon Sep 17 00:00:00 2001
From: Michael Wetter
Date: Tue, 5 Sep 2023 09:19:52 -0700
Subject: [PATCH 1/2] Corrected typo in documentation
---
Buildings/package.mo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Buildings/package.mo b/Buildings/package.mo
index cbb68b17b3a..e49fc5f2d2c 100644
--- a/Buildings/package.mo
+++ b/Buildings/package.mo
@@ -212,7 +212,7 @@ Each class (i.e., model, block and function) must be used in an example or valid
Version 10.0.0 is a major release that adds various new packages and models.
-The library has been tested
+The library has been tested with
Dymola 2023x,
OpenModelica 1.22.0-dev (41-g8a5b18f-1),
OPTIMICA 1.43.4 and recent versions of Impact.
From f9bcaaa31cc8d217ad3317365477c0b886a1d86f Mon Sep 17 00:00:00 2001
From: Michael Wetter
Date: Wed, 6 Sep 2023 07:37:17 -0700
Subject: [PATCH 2/2] Added release notes for 10.1.0 (#3505)
---
Buildings/package.mo | 122 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 121 insertions(+), 1 deletion(-)
diff --git a/Buildings/package.mo b/Buildings/package.mo
index e49fc5f2d2c..7345a5a6a2a 100644
--- a/Buildings/package.mo
+++ b/Buildings/package.mo
@@ -204,6 +204,123 @@ Each class (i.e., model, block and function) must be used in an example or valid
package ReleaseNotes "Release notes"
extends Modelica.Icons.ReleaseNotes;
+class Version_10_1_0 "Version 10.1.0"
+ extends Modelica.Icons.ReleaseNotes;
+ annotation (Documentation(info="
+
+
+Version 10.1.0 is backward compatible with version 10.0.0.
+
+
+
+
+The following new libraries have been added:
+
+
+
+
+The following new components have been added
+to existing libraries:
+
+
+xxx
+ |
+
+xxx
+ |
+ xxx.
+ |
+
+
+
+
+The following existing components
+have been improved in a
+backward compatible way:
+
+
+xxx
+ |
+
+xxx
+ |
+ xxx.
+ |
+
+xxx
+ |
+
+xxx
+ |
+ xxx.
+ |
+
+
+
+
+The following existing components
+have been improved in a
+non-backward compatible way:
+
+
+ xxx
+ |
+
+xxx
+ |
+ xxx.
+ |
+
+
+
+
+The following critical errors have been fixed (i.e., errors
+that can lead to wrong simulation results):
+
+
+xxx
+ |
+
+xxx
+ |
+ xxx.
+ |
+
+
+
+
+The following uncritical errors have been fixed (i.e., errors
+that do not lead to wrong simulation results, e.g.,
+units are wrong or errors in documentation):
+
+
+xxx
+ |
+
+xxx
+ |
+ xxx.
+ |
+
+
+
+Note:
+
+
+"));
+end Version_10_1_0;
+
+
class Version_10_0_0 "Version 10.0.0"
extends Modelica.Icons.ReleaseNotes;
annotation (Documentation(info="
@@ -12458,6 +12575,9 @@ on the Buildings library.
-
+Version 10.1.0 (xxx, 2023)
+
+-
Version 10.0.0 (September 5, 2023)
-
@@ -13033,7 +13153,7 @@ end UsersGuide;
annotation (
preferredView="info",
-version="10.0.0",
+version="10.1.0",
versionDate="2023-09-05",
dateModified="2023-09-05",
uses(Modelica(version="4.0.0")),