ReleaseNotes

class ReleaseNotes "Release notes"
    extends Modelica.Icons.ReleaseNotes;

    annotation (Documentation(info = "<html>\n<h4>Version 0.87, 2004-06-23</h4>\n<ul>\n<li> Included in Modelica standard library 2.0 Beta 1 with the new block connectors.\n     Changed all the references to the block connectors and the Logical library\n     correspondingly.</li>\n</ul>\n<h4>Version 0.86, 2004-06-20</h4>\n<ul>\n<li> New components \"Alternative\" and \"Parallel\" for alternative and\n     parallel execution paths.</li>\n<li> A step has now a vector of input and output connectors in order\n     that multiple connections to and from a step are possible</li>\n<li> Removed components \"AlternativeSplit\", \"AlternativeJoin\",\n     \"ParallelSplit\" and \"ParallelJoin\" since the newly introduced\n     components (\"Alternative\", \"Parallel\", vector connectors of steps)\n     have the same modeling power but are safer and more convenient.</li>\n<li> Removed the timer in a step (attach instead Logical.Timer to\n     the \"active\" port of a \"StepWithSignal\" component). Note, that in\n     most cases it is more convenient and more efficient to use the\n     built-in timer of a transition.</li>\n<li> Component \"StepInitial\" renamed to \"InitialStep\".</li>\n<li> New component \"Timer\" within sublibrary Logical.</li>\n<li> Updated and improved documentation of the library.</li>\n</ul>\n<h4>Version 0.85, 2004-06-17</h4>\n<ul>\n<li> Renamed \"MacroStep\" to \"CompositeStep\" and the ports of the MacroStep\n     from \"abort\" to \"suspend\" and \"history\" to \"resume\".</li>\n<li> Nested \"CompositeStep\" components are supported, based on the\n     experimental feature of nested inner/outer components\n     introduced by Dymola. This means that CompositeSteps can\n     be suspended and resumed at every level.</li>\n<li> New example \"Examples.ShowExceptions\" to demonstrate the new\n     feature of nested CompositeSteps.</li>\n<li> New package \"Logical\". It contains all components of\n     ModelicaAdditions.Blocks.Logical, but with new block connectors\n     and nicer icons. Additionally, logical blocks are also added.</li>\n<li> Improved icons for several components of the StateGraph library.</li>\n</ul>\n<h4>Version 0.83, 2004-05-21</h4>\n<ul>\n<li> The \"abort\" and \"history\" connectors are no longer visible in the\n     diagram layer of a CompositeStep since it is not allowed to connect\n     to them in a CompositeStep.</li>\n<li> Made the diagram/icon size of a CompositeStep smaller (from 200/-200 to\n     150/-150).</li>\n<li> Improved icons for \"SetBoolean/SetInteger/SetReal\" components.</li>\n<li> Renamed \"ParameterReal\" to \"SetRealParameter\".</li>\n</ul>\n<h4>Version 0.82, 2004-05-18</h4>\n<p>\nImplemented a first version that is provided to other people.\n</p>\n</html>"));
end ReleaseNotes;