@@ -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'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© 2005-2013: Dassault Systèmes, DLR and Modelon<br>
1154- © 2013-2022 : Modelica Association
1189+ © 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