Skip to content

Commit 2c98ed1

Browse files
committed
AddEnumerationAndRecord
1 parent f6083d8 commit 2c98ed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Modelica/UsersGuide/ReleaseNotes.mo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ As a recommendation, a minor version may in addition contain one or more of the
138138
<li>Any new parameter must have a default value.</li>
139139
<li>Any new function input must be after existing inputs and have a default value.</li>
140140
<li>Any new function output must be after existing outputs.</li>
141+
<li>Any new enumeration member must be after existing ones.</li>
142+
<li>Any new record members should be after existing ones, and have a default value (needed if there are any record constructor calls).</li>
141143
</ul>
142144
</li>
143145
<li> Delete/rename names in the protected section of a non-partial class if unlikely to be used.</li>
@@ -158,6 +160,7 @@ You can use them for inspiration and copy the Example, but directly using Exampl
158160
<li> Extending a non-partial class with named elements (either directly or indirectly by using multiple inheritance).</li>
159161
<li> Unqualified import from the library.</li>
160162
<li> Clear bugs in the library.</li>
163+
<li> Equivalence between a copy of record or enumeration class and the one in the standard library. </li>
161164
</ul>
162165
</html>"));
163166
end VersionManagement;

0 commit comments

Comments
 (0)