Skip to content

Commit 257dfe4

Browse files
committed
Adds release notes for 3.0.1 (which only existed in the backport)
1 parent 0172e69 commit 257dfe4

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

OpenIPSL/UsersGuide/ReleaseNotes/package.order

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v301
12
v300
23
v200
34
v150
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
within OpenIPSL.UsersGuide.ReleaseNotes;
2+
class v301 "Version 3.0.1 (2022-06-23)"
3+
extends Modelica.Icons.ReleaseNotes;
4+
annotation (Documentation(info="<html>
5+
<h4>What&apos;s Changed</h4>
6+
<p>
7+
Bugfix release which is <strong>backwards compatible</strong> with version 3.0.0
8+
of <code><strong>OpenIPSL</strong></code>.
9+
</p>
10+
<h5>Changes in detail</h5>
11+
<ul>
12+
<li>Fixes missed 'abs' -> abs rename after MSL 4.0.0 conversion by <a href=\"https://github.com/dietmarw\">@dietmarw</a> in <a href=\"https://github.com/OpenIPSL/OpenIPSL/pull/303\">#303</a></li>
13+
</ul>
14+
<h5>Full Changelog</h5>
15+
<p><code><a href=\"https://github.com/OpenIPSL/OpenIPSL/compare/v3.0.0...v3.0.1\">v3.0.0...v3.0.1</a></code></p>
16+
</html>"));
17+
end v301;

OpenIPSL/package.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ annotation (preferredView="info",
88
version="3.1.0-dev",
99
versionDate="202x-xx-xx",
1010
conversion(
11+
noneFromVersion="3.0.0",
1112
from(version={"0.8","0.8.1","1.0.0","1.5.0"}, to="2.0.0",
1213
script="modelica://OpenIPSL/Resources/scripts/ConvertOpenIPSL_from_1.5.0_to_2.0.0.mos"),
1314
from(version="2.0.0", to="3.0.0",

0 commit comments

Comments
 (0)