From 990b3a9ab8020265921bc4d857eedd1f4083ea4e Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 21 Nov 2017 11:26:43 -0800 Subject: [PATCH] Added new release notes --- Buildings/package.mo | 122 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 121 insertions(+), 1 deletion(-) diff --git a/Buildings/package.mo b/Buildings/package.mo index 2d96ded0516..3507659217c 100644 --- a/Buildings/package.mo +++ b/Buildings/package.mo @@ -127,6 +127,123 @@ its class name ends with the string Beta. package ReleaseNotes "Release notes" extends Modelica.Icons.ReleaseNotes; + class Version_5_0_1 "Version 5.0.1" + extends Modelica.Icons.ReleaseNotes; + annotation (Documentation(info=" +
+

+ Version 5.0.1 is ... xxx +

+
+ +

+ The following new libraries have been added: +

+ + + + +
xxx + xxx. +
+ +

+ 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_5_0_1; + + class Version_5_0_0 "Version 5.0.0" extends Modelica.Icons.ReleaseNotes; annotation (Documentation(info=" @@ -6380,6 +6497,9 @@ on the Buildings library.