Skip to content

Commit 75fec8d

Browse files
committed
Improved summary based on Leo's, Hubertus' and Stefan's feedback
1 parent 73ab492 commit 75fec8d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Modelica/UsersGuide/ReleaseNotes.mo

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,17 @@ class Version_4_1_0 "Version 4.1.0 (Month D, 20YY)"
130130
extends Modelica.Icons.ReleaseNotes;
131131

132132
annotation (Documentation(info="<html>
133-
<p>Version 4.1.0 is backward compatible to version 4.0.0, that is models developed with version 4.0.0 will work without any changes also with version 4.1.0. Short Overview: </p>
133+
<p>Version 4.1.0 is backward compatible to version 4.0.0. This means, there is no need to convert user models, because no renaming or moving has been done on the library. Please note: simulation results might be affected by necessary changes and bug fixes that were applied since the 4.0.0 release, see below for more details.</p>
134+
<p>Short overview:</p>
134135
<ul>
135136
<li>About <a href=\"modelica://Modelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.html\">554 issues (including 387 pull requests)</a> have been addressed for this release.</li>
137+
<ul>
138+
<li>17 new components (e.g. Blocks for recording of min and max of a signal)</li>
139+
<li>12 improved components (e.g. tables can now read CSV)</li>
140+
<li>18 potentially non-backwards-compatible changes (especially Constants.inf, Constants.small, Constants.eps)</li>
141+
<li>26 bug fixes, which may cause the simulation results to change for the better</li>
142+
<li>3 models marked as obsolete</li>
143+
</ul>
136144
<li>This version is based on the recent Modelica language standard version 3.6.</li>
137145
</ul>
138146
<p>

0 commit comments

Comments
 (0)