Skip to content

Commit

Permalink
refs modelica#3661: Document changes in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Dec 14, 2020
1 parent fb17ed0 commit c533251
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions Modelica/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2350,6 +2350,68 @@ more of the following changes.
</html>"));
end VersionManagement;

class Version_X_Y_0 "Version X.Y.0 (Month D, 20YY) (either 4.1.0 or 5.0.0, depending on compatibility breakage)"
extends Modelica.Icons.ReleaseNotes;

annotation (Documentation(info="<html>
<p>
Version X.Y.0 is the new version.
Short Overview:
</p>

<p>
The following <font color=\"blue\"><strong>Modelica packages</strong></font> have been tested that they work together with this release of package Modelica (alphabetical list).
</p>

<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
</table>

<p><br>
The following <font color=\"blue\"><strong>new libraries</strong></font> have been added:
</p>

<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
</table>

<p><br>
The following <font color=\"blue\"><strong>new components</strong></font> have been added to <font color=\"blue\"><strong>existing</strong></font> libraries:
</p>

<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
</table>

<p><br>
The following <font color=\"blue\"><strong>existing components</strong></font> have been <font color=\"blue\"><strong>improved</strong></font> in a <font color=\"blue\"><strong>backward compatible</strong></font> way:
</p>

<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><strong>Mechanics.Rotational.Components</strong></td></tr>
<tr><td>BearingFriction</td>
<td>The table interpolation in <code>tau_pos</code> utilizes the interpolation based on <a href=\"modelica://Modelica.Blocks.Types.ExternalCombiTable1D\">ExternalCombiTable1D</a>.</td></tr>
<tr><td>LossyGear</td>
<td>The table interpolation in <code>lossTable</code> utilizes the interpolation based on <a href=\"modelica://Modelica.Blocks.Types.ExternalCombiTable1D\">ExternalCombiTable1D</a>.</td></tr>
</table>

<p><br>
The following <font color=\"blue\"><strong>existing components</strong></font> have been <font color=\"blue\"><strong>changed</strong></font> in a <font color=\"blue\"><strong>non-backward compatible</strong></font> way:
</p>

<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><strong>Mechanics.Rotational.Components</strong></td></tr>
<tr><td>Brake<br>Clutch<br>OneWayClutch</td>
<td>The table interpolation in <code>mu_pos</code> utilizes the interpolation based on <a href=\"modelica://Modelica.Blocks.Types.ExternalCombiTable1D\">ExternalCombiTable1D</a>.<br>The public variable <code>mu0</code> was changed to a protected final parameter.</td></tr>
</table>

<p><br>
The following <font color=\"red\"><strong>critical errors</strong></font> have been fixed (i.e., errors
that can lead to wrong simulation results):
</p>

<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
</table>
</html>"));
end Version_X_Y_0;

class Version_4_0_0 "Version 4.0.0 (June 4, 2020)"
extends Modelica.Icons.ReleaseNotes;

Expand Down Expand Up @@ -8331,6 +8393,7 @@ main version number is not changed.
</p>

<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
<tr><td><a href=\"modelica://Modelica.UsersGuide.ReleaseNotes.Version_X_Y_0\">Version X.Y.0</a></td><td>Month D, 20YY</td></tr>
<tr><td><a href=\"modelica://Modelica.UsersGuide.ReleaseNotes.Version_4_0_0\">Version 4.0.0</a></td><td>June 4, 2020</td></tr>
<tr><td><a href=\"modelica://Modelica.UsersGuide.ReleaseNotes.Version_3_2_3\">Version 3.2.3</a></td><td>January 23, 2019</td></tr>
<tr><td><a href=\"modelica://Modelica.UsersGuide.ReleaseNotes.Version_3_2_2\">Version 3.2.2</a></td><td>April 3, 2016</td></tr>
Expand Down

0 comments on commit c533251

Please sign in to comment.