ReleaseNotes

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

    annotation (Documentation(
        info = "<html>\n<h5>Version 3.2.3, 2019-01-23</h5>\n<ul>\n    <li>Added frequency dependent behavior im impedance and admittance models, see\n        <a href=\"https://github.com/modelica/ModelicaStandardLibrary/issues/2451\">#2451</a></li>\n    <li>Added frequency sweep voltage and current sources, see\n        <a href=\"https://github.com/modelica/ModelicaStandardLibrary/issues/2442\">#2442</a>\n    <ul>\n        <li>Single-phase <a href=\"modelica://Modelica.Electrical.QuasiStationary.SinglePhase.Sources.FrequencySweepVoltageSource\">FrequencySweepVoltageSource</a></li>\n        <li>Single-phase <a href=\"modelica://Modelica.Electrical.QuasiStationary.SinglePhase.Sources.FrequencySweepCurrentSource\">FrequencySweepCurrentSource</a></li>\n        <li>Polyphase <a href=\"modelica://Modelica.Electrical.QuasiStationary.MultiPhase.Sources.FrequencySweepVoltageSource\">FrequencySweepVoltageSource</a></li>\n        <li>Polyphase <a href=\"modelica://Modelica.Electrical.QuasiStationary.MultiPhase.Sources.FrequencySweepCurrentSource\">FrequencySweepCurrentSource</a></li>\n    </ul></li>\n    <li>Shortened default component names, see\n      <a href=\"https://github.com/modelica/ModelicaStandardLibrary/issues/2301\">#2301</a></li>\n    <li>Fixed missing <code>final useConjugateInput = false</code>, see\n    <a href=\"https://github.com/modelica/ModelicaStandardLibrary/issues/2251\">#2251</a>\n    <ul>\n      <li><a href=\"modelica://Modelica.Electrical.QuasiStationary.MultiPhase.Blocks.SymmetricalComponents\">MultiPhase.Blocks.SymmetricalComponents</a></li>\n      <li><a href=\"modelica://Modelica.Electrical.QuasiStationary.MultiPhase.Blocks.FromSymmetricalComponents\">MultiPhase.Blocks.FromSymmetricalComponents</a></li>\n      <li><a href=\"modelica://Modelica.Electrical.QuasiStationary.MultiPhase.Blocks.SingleToMultiPhase\">MultiPhase.Blocks.SingleToMultiPhase</a></li>\n    </ul></li>\n<li>Updated icons of inductors and transformer models, see <a href=\"https://github.com/modelica/ModelicaStandardLibrary/issues/2210\">#2210</a></li>\n<li>Added polar and power quantities in ideal quasi stationary transformer model, see <a href=\"https://github.com/modelica/ModelicaStandardLibrary/issues/2173\">#2173</a></li>\n<li>Removed redundant (and not identical) parameter m from\n    <a href=\"modelica://Modelica.Electrical.MultiPhase.Basic.MutualInductor\">MutualInductor</a>,\n    see <a href=\"https://github.com/modelica/ModelicaStandardLibrary/issues/2202\">#2202</a></li>\n<li>Added linear multi phase mutual inductor model, see <a href=\"https://github.com/modelica/ModelicaStandardLibrary/issues/2200\">#2200</a></li>\n<li>Added complex impedance and admittance models of single phase and multi phase package, see ticket\n    <a href=\"https://trac.modelica.org/Modelica/ticket/1870\">#1870</a></li>\n<li>Added magnitude and argument of complex voltages and currents in interface and sensor models, see ticket\n    <a href=\"https://trac.modelica.org/Modelica/ticket/1405\">#1405</a></li>\n<li>Added active, reactive and apparent power and power factor in interface models, see ticket\n    <a href=\"https://trac.modelica.org/Modelica/ticket/1405\">#1405</a></li>\n<li>Added complex single and multi phase impedance and admittance models (ticket\n    <a href=\"https://trac.modelica.org/Modelica/ticket/1367\">#1367</a>)</li>\n<li>Updated documentation on temperature dependency of resistance and conductance models</li>\n<li>Rewrote source models to simplify initialization (\n    <a href=\"https://trac.modelica.org/Modelica/changeset/7031\">r7031</a>)</li>\n<li>Implementation of ideal transformer model</li>\n</ul>\n\n<h5>Version 1.0.0</h5>\n<ul><li>First official release</li></ul>\n</html>",
        revisions = "<html>\n</html>"));
end ReleaseNotes;