Skip to content

Commit

Permalink
Mention #148 in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Dec 28, 2021
1 parent b7e3f60 commit 215f588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ <h3>Features added</h3>
<pre>
Property individual propname;
</pre>
<li><p>A new setting <tt>$ZCODE_LESS_DICT_DATA</tt> has been introduced. When set to a non-zero value, this tells
the compiler to omit the last byte of Z-code dictionary entries (which can be referred as <tt>#dict_par3</tt>), as this is
commonly unused.
<li><p>There are now warnings if the compiler detects that the type used in certain expressions is not correct.
This only checks expressions that contain defined symbols, and does not change the generated code. The checks are:
<ul>
Expand Down

0 comments on commit 215f588

Please sign in to comment.