Date: Wed, 10 Apr 2024 16:09:03 -0700
Subject: [PATCH] Patch release notes 11 0 1 (#3792)
* Updated version of BuildingsPy to 5.1.0
* Prepared for 11.0.1 maintenance
---
Buildings/package.mo | 123 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 122 insertions(+), 1 deletion(-)
diff --git a/Buildings/package.mo b/Buildings/package.mo
index 3ebec8b6236..c1b467354dd 100644
--- a/Buildings/package.mo
+++ b/Buildings/package.mo
@@ -204,6 +204,124 @@ 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_11_0_1 "Version 11.0.1"
+ extends Modelica.Icons.ReleaseNotes;
+ annotation (Documentation(info="
+
+
+Version 11.0.1 is ... xxx
+
+
+
+
+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_11_0_1;
+
+
class Version_11_0_0 "Version 11.0.0"
extends Modelica.Icons.ReleaseNotes;
annotation (Documentation(info="
@@ -13665,6 +13783,9 @@ on the Buildings library.