WOLFRAM SYSTEM MODELER

RevisionHistory

Revision History

Wolfram Language

In[1]:=
SystemModel["Modelica.UsersGuide.Conventions.UsersGuide.RevisionHistory"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

  1. The revision history needs to answer the question: What has changed and what are the improvements over the previous versions and revision.
  2. The revision history includes the documentation of the development history of each class and/or package.
  3. Version number, date, author and comments shall be included. In case the version number is not known at the time of implementation, a dummy version number shall be used, e.g., 3.x.x. The version date shall be the date of the latest change.
Example
<table border="1" cellspacing="0" cellpadding="2">
    <tr>
      <th>Version</th>
      <th>Date</th>
      <th>Author</th>
      <th>Comment</th>
    </tr>
    ...
    <tr>
      <td>1.0.1</td>
      <td>2008-05-26</td>
      <td>A. Haumer<br>C. Kral</td>
      <td>Fixed bug in documentation</td>
    </tr>
    <tr>
      <td>1.0.0</td>
      <td>2008-05-21</td>
      <td>A. Haumer</td>
      <td>Initial version</td>
    </tr>
</table>

This code appears then as in the "Revisions" section below.

Revisions

Version Date Author Comment
3.2.3 2017-07-04 C. Kral Added comment on version number and date, see #2219
1.1.0 2010-04-22 C. Kral Migrated Conventions to UsersGuide of MSL
1.0.5 2010-03-11 D. Winkler Updated image links guide to new 'modelica://' URIs, added contact details
1.0.4 2009-09-28 C. Kral Applied new rules for equations as discussed on the 63rd Modelica Design Meeting
1.0.3 2008-05-26 D. Winkler Layout fixes and enhancements
1.0.1 2008-05-26 A. Haumer
C. Kral
Fixed bug in documentation
1.0.0 2008-05-21 A. Haumer Initial version