Skip to content

Commit

Permalink
Added new release notes (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed May 27, 2022
1 parent 43bb80a commit dbad43c
Showing 1 changed file with 114 additions and 1 deletion.
115 changes: 114 additions & 1 deletion Buildings/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -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="<html>
<div class=\"release-summary\">
<p>
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.
</p>
<p>
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.
</p>
</div>
<!-- New libraries -->
<p>
The following <b style=\"color:blue\">new libraries</b> have been added:
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<!-- New components for existing libraries -->
<p>
The following <b style=\"color:blue\">new components</b> have been added
to <b style=\"color:blue\">existing</b> libraries:
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<!-- Backward compatible changes -->
<p>
The following <b style=\"color:blue\">existing components</b>
have been <b style=\"color:blue\">improved</b> in a
<b style=\"color:blue\">backward compatible</b> way:
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<!-- Non-backward compatible changes to existing components -->
<!-- Errors that have been fixed -->
<p>
The following <b style=\"color:red\">critical errors</b> have been fixed (i.e., errors
that can lead to wrong simulation results):
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<!-- Uncritical errors -->
<p>
The following <b style=\"color:red\">uncritical errors</b> have been fixed (i.e., errors
that do <b style=\"color:red\">not</b> lead to wrong simulation results, e.g.,
units are wrong or errors in documentation):
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<p>
Note:
</p>
<ul>
<li>
xxx
</li>
</ul>
</html>"));
end Version_8_1_3;


class Version_8_1_2 "Version 8.1.2"
extends Modelica.Icons.ReleaseNotes;
annotation (Documentation(info="<html>
Expand Down Expand Up @@ -9523,6 +9632,9 @@ on the Buildings library.
</p>
<ul>
<li>
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_8_1_3\">Version 8.1.3</a> (xxx)
</li>
<li>
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_8_1_2\">Version 8.1.2</a> (May 26, 2022)
</li>
<li>
Expand Down Expand Up @@ -10047,14 +10159,15 @@ 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")),
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",
Expand Down

0 comments on commit dbad43c

Please sign in to comment.