From dbad43cdeec9fe34d86e68beec7ba49b445878b6 Mon Sep 17 00:00:00 2001
From: Michael Wetter
Date: Fri, 27 May 2022 00:21:36 -0700
Subject: [PATCH] Added new release notes (#3047)
---
Buildings/package.mo | 115 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 114 insertions(+), 1 deletion(-)
diff --git a/Buildings/package.mo b/Buildings/package.mo
index d53eab0eb12..423044019de 100644
--- a/Buildings/package.mo
+++ b/Buildings/package.mo
@@ -204,6 +204,115 @@ 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_8_1_3 "Version 8.1.3"
+ extends Modelica.Icons.ReleaseNotes;
+ annotation (Documentation(info="
+
+
+Version 8.1.3 is a patch that has backward compatible bug fixes.
+It is backwards compatible with versions 8.0.0, 8.1.0 and 8.1.1.
+
+
+The library has been tested with Dymola 2022,
+JModelica (revision 14023),
+OpenModelica 1.19.0-dev (449+g4f16e6af22),
+OPTIMICA (revision OCT-dev-r26446_JM-r14295) and recent versions of Impact.
+
+
+
+
+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 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_8_1_3;
+
+
class Version_8_1_2 "Version 8.1.2"
extends Modelica.Icons.ReleaseNotes;
annotation (Documentation(info="
@@ -9523,6 +9632,9 @@ on the Buildings library.
-
+Version 8.1.3 (xxx)
+
+-
Version 8.1.2 (May 26, 2022)
-
@@ -10047,7 +10159,7 @@ end UsersGuide;
annotation (
preferredView="info",
-version="8.1.2",
+version="8.1.3",
versionDate="2021-06-08",
dateModified="2022-05-26",
uses(Modelica(version="3.2.3")),
@@ -10055,6 +10167,7 @@ conversion(
noneFromVersion="8.0.0",
noneFromVersion="8.1.0",
noneFromVersion="8.1.1",
+ noneFromVersion="8.1.2",
from(version={"7.0.0", "7.0.1"},
script="modelica://Buildings/Resources/Scripts/Dymola/ConvertBuildings_from_7_to_8.1.0.mos")),
preferredView="info",