Release 2.3.1 (December 6th 2021):
* Adding an example mixing a source, a battery, a Diesel and a feeder
* Some cosmetic changes regarding previous release 2.3.0
Release 2.3.0 (November 26th 2021):
* Removing deprecated component myDisengageableVariableLoad
* Updating component myPVNode into myEmergencySource
* Adding Diesel examples (using myEmergencySource component)
* Adding batteries sub-package and examples
Release 2.2.0 (June 01st 2021):
* Removing unused component Ground.
* Adding new breaker able to cut the voltage. This feature requires to use sub-networks and propagate a supplying information to new loads called disengageableLoads.
This new feature is illustrated by some examples.
Release 2.1.9 (May 20th 2021):
* Adding new partial models to propose wrappers of sub-networks. May be helpful for large networks graphically edited. A new example is added to illustrate this feature.
Release 2.1.8 (May 18th 2021):
* Solving some errors in sensors and adding another example related to sensors.
Release 2.1.7 (May 17th 2021):
* An error on unit solved in sensors WattMeter and DiffMeter. In addition, a new example related to sensors is given.
Release 2.1.6 (April 13th 2021):
* Some voltage start values added to help Dymola (solving ticket SR00742142).
Release 2.1.5 (March 14th 2021):
* Some cosmetic changes.
* Note that most of the use cases using PVNode do not run under Dymola (successfull under OpenModelica). See ticket SR00742142.
* Oldest releases are removed from bitbucket (before 2.1.3). 
Release 2.1.4 (March 7th 2021):
* Class myLightLine is removed as obsolete.
* A new example is added (OneSourceTwoLinesWithFaultOneLoad).
Release 2.1.3 (Feb. 24th 2021):
* Removing all nominal information in models to suppress OM warnings.
* Still an issue to solve with OM referring to external functions redefinition (ticket #6389).
Release 2.1.2 (Feb. 18th 2021):
* Library is less depending on MSL.
Release 2.1.1 (Jan. 30th 2021):
* algorithm in class myVariableLoad replaced by an equation (to be quicker with Dymola).
Release 2.1.0 (Jan. 25th 2021):
* Replacing in 3 models the <> by > as <> among Reals is forbidden in Modelica.
* Removing the model myVariablePVNode and modifying the examples related to breakers (islanding).
Release 2.0.1 (Jan. 24th 2021):
* Portability minor improvements so that the library is no more depending on the differences between MSL 3.2.3 and MSL 4.0.0.
Release 2.0.0 (Dec. 3rd 2020):
* Semantic versioning is now in conformance with de-facto standard in the Modelica community, see ​http://www.semver.org
* Language versions used are Modelica(version="4.0.0"), and Complex(version="4.0.0")
These versions are available with Dymola 2021x, and with OM 1.17.0 (refer to tickets #6261, and #6274)
* Some issues are reported on assert() management:
  - tickets #6264 and #6265 for OM
  - SR00715358 for Dymola
* A ticket is reported on FMU export with OM: refer to #6262 (incorrect start value for an input variable)
* A ticket is reported about the size of FMUs exported from OM: refer to #6278 (about 10 times heavier than Dymola' ones)

Release 1.4 (Dec. 1st 2020):
Some cosmetic changes in comments
This release is the most recent available for MSL 3.2.3.

Release 1.3 (Nov. 22th 2020):   
* Causal connectors are now defined without flow attribute to be in conformance with academic Modelica
* Also refer to some OM tickets at https://trac.openmodelica.org/OpenModelica 
  - ticket #6224: --tearingMethod=minimalTearing must be set in OMEdit (Tools | Options | Simulation)
  - ticket #6232: Improvement required on the tearing algorithm done in release 1.17.0 (Feb. 2021)
  - ticket #4232: Requested enhancement to improve plotting of almost constant variables

Release 1.2 (Nov. 13th 2020):
* Correction of minor errors reported by the "Pedantic check" option of Dymola

Release 1.1 (Nov. 6th 2020):    
* Initial delivery with an issue in the displayUnit detected with Dymola 2021 (refer to SR00703824 solved with Dymola 2021x)