Version_1_4

class Version_1_4 "Version 1.4 (June 28, 2001)"
    extends Modelica.Icons.ReleaseNotes;

    annotation (Documentation(info = "<html>\n\n<ul>\n<li>Several minor bugs fixed.</li>\n<li>New models:<br>\n        Modelica.Blocks.Interfaces.IntegerRealInput/IntegerRealOutput,<br>\n        Modelica.Blocks.Math.TwoInputs/TwoOutputs<br>\n        Modelica.Electrical.Analog.Ideal.IdealOpAmp3Pin,<br>\n        Modelica.Mechanics.Rotational.Move,<br>\n        Modelica.Mechanics.Translational.Move.<br>\n        </li>\n</ul>\n<hr>\n<h4>Version 1.4.1beta1 (February 12, 2001)</h4>\n<p> Adapted to Modelica 1.4</p>\n<hr>\n<h4>Version 1.3.2beta2 (June 20, 2000)</h4>\n<ul>\n        <li>New subpackage Modelica.Mechanics.<strong>Translational</strong></li>\n        <li>Changes to Modelica.Mechanics.<strong>Rotational</strong>:<br>\n           New elements:\n<pre>\nIdealGearR2T    Ideal gear transforming rotational in translational motion.\nPosition        Forced movement of a flange with a reference angle\n                                   given as input signal\nRelativeStates  Definition of relative state variables\n</pre>\n</li>\n        <li>Changes to Modelica.<strong>SIunits</strong>:<br>\n          Introduced new types:<br>\n          type Temperature = ThermodynamicTemperature;<br>\n          types DerDensityByEnthalpy, DerDensityByPressure,\n          DerDensityByTemperature, DerEnthalpyByPressure,\n          DerEnergyByDensity, DerEnergyByPressure<br>\n          Attribute \"final\" removed from min and max values\n          in order that these values can still be changed to narrow\n          the allowed range of values.<br>\n          Quantity=\"Stress\" removed from type \"Stress\", in order\n          that a type \"Stress\" can be connected to a type \"Pressure\".</li>\n        <li>Changes to Modelica.<strong>Icons</strong>:<br>\n           New icons for motors and gearboxes.</li>\n        <li>Changes to Modelica.<strong>Blocks.Interfaces</strong>:<br>\n           Introduced a replaceable signal type into\n           Blocks.Interfaces.RealInput/RealOutput:\n<pre>\nreplaceable type SignalType = Real\n</pre>\n           in order that the type of the signal of an input/output block\n           can be changed to a physical type, for example:\n<pre>\nSine sin1(outPort(redeclare type SignalType=Modelica.SIunits.Torque))\n</pre>\n</li>\n</ul>\n<hr>\n<h4>Version 1.3.1 (Dec. 13, 1999)</h4>\n<p>\nFirst official release of the library.\n</p>\n</html>"));
end Version_1_4;