Skip to content

Commit 2aa614f

Browse files
committed
Add release notes for version 2.0.2
1 parent 5b6c463 commit 2aa614f

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

VehicleInterfaces/Resources/Licenses/LICENSE_VehicleInterfaces.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (C) 2005-2013, Dassault Systémes, DLR and Modelon
2-
Copyright (C) 2013-2022, Modelica Association
2+
Copyright (C) 2013-2025, Modelica Association
33
All rights reserved.
44

55
The VehicleInterfaces library is distributed under the Modelica License (Version 1.1).

VehicleInterfaces/UsersGuide.mo

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,41 @@ but the principles are still utilised.
745745
end Tutorials;
746746

747747
package ReleaseNotes "Release notes"
748+
package Version_2_0_2 "Version 2.0.2 (2025-03-21)"
749+
extends Modelica.Icons.ReleaseNotes;
750+
751+
annotation (Documentation(info="<html>
752+
<p>
753+
This version requires <strong>version 4.1.0</strong> of the
754+
<a href=\"https://github.com/modelica/ModelicaStandardLibrary\">Modelica Standard Library</a>.
755+
This version is backwards compatible to version 2.0.0 of the
756+
VehicleInterfaces library.
757+
</p>
758+
759+
760+
<h4>Improvements in this version</h4>
761+
<ul>
762+
<li>
763+
<a href=\"modelica://VehicleInterfaces.Interfaces.ControlBus\">ControlBus</a>
764+
and
765+
<a href=\"modelica://VehicleInterfaces.Interfaces.Internal.StandardControlBus\">Internal.StandardControlBus</a>:
766+
add missing <a href=\"modelica://VehicleInterfaces.Interfaces.BatteryControlBus\">batteryControlBus</a>
767+
to list of sub-busses.
768+
</li>
769+
<li>
770+
Several classes: don't use <code>final</code> modifier in function redeclarations.
771+
</li>
772+
<li>
773+
Don&apos;t use parameters in function
774+
<a href=\"modelica://VehicleInterfaces.Roads.Internal.VisualizeSimpleRoads.roadSurfaceCharacteristic\">VisualizeSimpleRoads.roadSurfaceCharacteristic</a>.
775+
</li>
776+
<li>
777+
Documentation and broken links.
778+
</li>
779+
</ul>
780+
</html>"));
781+
end Version_2_0_2;
782+
748783
package Version_2_0_1 "Version 2.0.1 (2022-03-15)"
749784
extends Modelica.Icons.ReleaseNotes;
750785

@@ -1151,7 +1186,7 @@ on the library.
11511186
<h4>Copyright</h4>
11521187
<p>
11531188
&copy; 2005-2013: Dassault Syst&egrave;mes, DLR and Modelon<br>
1154-
&copy; 2013-2022: Modelica Association
1189+
&copy; 2013-2025: Modelica Association
11551190
</p>
11561191
<h4>License</h4>
11571192
<p>The VehicleInterfaces library is distributed under the Modelica License (Version 1.1).</p>

0 commit comments

Comments
 (0)