diff --git a/Buildings/package.mo b/Buildings/package.mo index b5fb20b8671..0936e0bee63 100644 --- a/Buildings/package.mo +++ b/Buildings/package.mo @@ -208,16 +208,66 @@ Each class (i.e., model, block and function) must be used in an example or valid annotation (Documentation(info="

-Version 9.0.0 is ... xxx +Version 9.0.0 is a major release that updates the Modelica version from 3.2.3 to 4.0.0.

-This release updates the Modelica version from 3.2.3 to 4.0.0. +The library has been tested with Dymola 2022x, +OpenModelica 1.19.0-dev (613-gd6e04c0-1), +OPTIMICA (revision 2022-05-09-master-4b0cd2bf71) and recent versions of Impact.

-This release also updates almost all fluid component models to remove the parameter massDynamics, -which is now set to the same value as the parameter energyDynamics. This simplifies use of the models. -A conversion script will update this setting when updating from Buildings 8 to 9. +The following major changes have been done:

+

@@ -1217,18 +1267,125 @@ units are wrong or errors in documentation): +")); + end Version_9_0_0; + + + class Version_8_1_3 "Version 8.1.3" + extends Modelica.Icons.ReleaseNotes; + annotation (Documentation(info=" +

-Note: +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, 8.1.1 and 8.1.2.

- +

+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 critical errors have been fixed (i.e., errors +that can lead to wrong simulation results): +

+ + + + + + +
Buildings.Fluid.HeatExchangers +
Buildings.Fluid.HeatExchangers.WetCoilCounterFlow
+ Buildings.Fluid.HeatExchangers.WetCoilDiscretized
+
Corrected removal of latent heat from component.
+ This is for #3027. +
+ ")); - end Version_9_0_0; + end Version_8_1_3; + class Version_8_1_2 "Version 8.1.2" + extends Modelica.Icons.ReleaseNotes; + annotation (Documentation(info=" +
+

+Version 8.1.2 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 existing components +have been improved in a +backward compatible way: +

+ + + + + + + + + + + + + + +
Buildings.HeatTransfer +
Buildings.HeatTransfer.Windows.BaseClasses.CenterOfGlass + Changed the gas layer to be conditional.
+ This is for + #3026. +
Buildings.Fluid +
Buildings.Fluid.Boilers.Data.Lochinvar + Added annotation defaultComponentPrefixes = \"parameter\". +
Buildings.Fluid.HeatPumps.Data.EquationFitReversible.Generic + Removed protected declaration inside the record as the Modelica Language Specification + only allows public sections in a record.
+ This is for #3009. +
+ + + +

+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): +

+ + + + + + +
Buildings.Controls +
Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger
+ Buildings.Controls.OBC.CDL.Conversions.BooleanToReal
+
Corrected documentation texts where the variables were described with wrong types.
+ This is for + #3016. +
+")); + end Version_8_1_2; + class Version_8_1_1 "Version 8.1.1" extends Modelica.Icons.ReleaseNotes; annotation (Documentation(info=" @@ -10476,7 +10633,13 @@ on the Buildings library.