Skip to content

Commit b139b07

Browse files
committed
Merge branch 'master' into asar_2_beta
2 parents 4d6907d + 634d6ba commit b139b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h3>Deprecated features:</h3>
118118
<li><code>rep</code> to repeat commands: Use while loops or unrolled loops instead.</li>
119119
<li>Windows-specific paths (e.g. <code>incsrc dir\file.asm</code>): Use cross-platform paths instead (<code>incsrc dir/file.asm</code>).</li>
120120
<li><code>table</code> command: Assign characters directly instead, like <code>'a' = $00</code>.</li>
121-
<li>Labels in <code>padbyte</code> or <code>fillbyte</code> commands.</li>
121+
<li>Non-static labels in <code>padbyte</code> or <code>fillbyte</code> commands.</li>
122122
<li><code>spc700-raw</code> architecture: Use <code>spc700</code> with <code>norom</code> instead.</li>
123123
<li><code>fastrom</code>: Has never actually worked and can be removed.</li>
124124
<li><code>header</code>: Doesn't do anything and can be removed.</li>

0 commit comments

Comments
 (0)