Skip to content

Commit 2d5dea3

Browse files
authored
Improved summary based on Leo's, Hubertus' and Stefan's feedback (#4634)
* Improved summary based on Leo's, Hubertus' and Stefan's feedback * Fixed html code
1 parent 73ab492 commit 2d5dea3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Modelica/UsersGuide/ReleaseNotes.mo

+8-2
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,16 @@ 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>
135-
<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>
136+
<li>17 new components (e.g. Blocks for recording of min and max of a signal)</li>
137+
<li>12 improved components (e.g. tables can now read CSV)</li>
138+
<li>18 potentially non-backwards-compatible changes (especially Constants.inf, Constants.small, Constants.eps)</li>
139+
<li>26 bug fixes, which may cause the simulation results to change for the better</li>
140+
<li>3 models marked as obsolete</li>
136141
<li>This version is based on the recent Modelica language standard version 3.6.</li>
142+
<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>
137143
</ul>
138144
<p>
139145
The following libraries, that were previously using version Modelica 4.0.0, were tested successfully with version 4.1.0 without any modification, using Dymola 2025x Refresh 1 and/or OpenModelica 1.25.0

0 commit comments

Comments
 (0)