Skip to content

Commit

Permalink
Added release notes for 10.1.0 (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter authored Sep 6, 2023
1 parent 5e6acf7 commit f9bcaaa
Showing 1 changed file with 121 additions and 1 deletion.
122 changes: 121 additions & 1 deletion Buildings/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,123 @@ 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_10_1_0 "Version 10.1.0"
extends Modelica.Icons.ReleaseNotes;
annotation (Documentation(info="<html>
<div class=\"release-summary\">
<p>
Version 10.1.0 is backward compatible with version 10.0.0.
</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 -->
<p>
The following <b style=\"color:blue\">existing components</b>
have been <b style=\"color:blue\">improved</b> in a
<b style=\"color:blue\">non-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>
</table>
<!-- 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_10_1_0;


class Version_10_0_0 "Version 10.0.0"
extends Modelica.Icons.ReleaseNotes;
annotation (Documentation(info="<html>
Expand Down Expand Up @@ -12458,6 +12575,9 @@ on the Buildings library.
</p>
<ul>
<li>
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_10_1_0\">Version 10.1.0</a> (xxx, 2023)
</li>
<li>
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_10_0_0\">Version 10.0.0</a> (September 5, 2023)
</li>
<li>
Expand Down Expand Up @@ -13033,7 +13153,7 @@ end UsersGuide;

annotation (
preferredView="info",
version="10.0.0",
version="10.1.0",
versionDate="2023-09-05",
dateModified="2023-09-05",
uses(Modelica(version="4.0.0")),
Expand Down

0 comments on commit f9bcaaa

Please sign in to comment.