Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed May 21, 2020
1 parent eb83d37 commit 627fedf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ <h3>Features added</h3>
Unlike the <tt>Include</tt> directive, <tt>Origsource</tt> does not open the named file or even verify that it exists.
The filename is treated as an opaque string.
<li><p>The constant <tt>$INDIV_PROP_START</tt> is now a setting that can be changed for Glulx.
<li><p>Arrays that are never modified can be declared as "static": in Z-code, this places the array at the end of
readable memory (after the dictionary and before the beginning of code storage); in Glulx, it places the array at
the end of ROM (after string storage). The syntax is
<pre>
Array arrayname static --> 1 3 5 7 9 11 13 15;
</pre>
</ul>
<h3>Bugs fixed</h3>
Items of the form [Mantis N] quote the bug&rsquo;s reference number in Inform 7&rsquo;s Mantis bug tracker.
Expand Down Expand Up @@ -125,7 +131,11 @@ <h3>Bugs fixed</h3>
now "MAC_CLASSIC"; "OSX" is now "MACOS", and "MACOS" now uses "HUGE_SIZE" for the default array sizes. [Mantis 1937]
<li><p>The maximum length of a verb is now limited to 120 (which can be changed in the source code). Previously
very long verbs would crash the compiler. [Mantis 2023]
<li><p>Diverted actions, of the form <tt>&lt;&lt;ACTION&gt;&gt;</tt>, now work when compiling to Z-code version 3.
<li><p>Compiling to Z-code version 3 has shown a number of regressions since Inform 6.15:
<ul>
<li>Diverted actions, of the form <tt>&lt;&lt;ACTION&gt;&gt;</tt>, are fixed.
<li>The veneer routine <tt>RA__Ptr</tt> can be used.
</ul>
</ul>

<h2>Compiler 6.33</h2>
Expand Down

0 comments on commit 627fedf

Please sign in to comment.