diff --git a/Modelica_LinearSystems2/UsersGuide.mo b/Modelica_LinearSystems2/UsersGuide.mo index bc6f6c60..0e2d09c2 100644 --- a/Modelica_LinearSystems2/UsersGuide.mo +++ b/Modelica_LinearSystems2/UsersGuide.mo @@ -546,6 +546,12 @@ This library is based on the following references: end Literature; package ReleaseNotes "Release notes" + class Version_3_0_1 "Version 3.0.1 (June 6, 2025)" + extends Modelica.Icons.ReleaseNotes; + + annotation (Documentation(info="Uses Modelica Standard Library 4.1.0. Should be backward compatible with the previous version, as there are no other changes.")); + end Version_3_0_1; + class Version_3_0_0 "Version 3.0.0 (June 21, 2024)" extends Modelica.Icons.ReleaseNotes;