Skip to content

Commit 13379eb

Browse files
author
H. Peter Anvin
committed
changes.src: document %exitrep/%exitmacro %if fix
Add the fix for %exitrep/%exitmacro to the release notes. Signed-off-by: H. Peter Anvin (Intel) <[email protected]>
1 parent d9958f4 commit 13379eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/changes.src

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,18 @@ evolving code simpler.
1010

1111
It is the production version of NASM since 2025.
1212

13+
1314
\S{cl-3.01} Version 3.01
1415

1516
\b A new \c{obj2} version of the \c{obj} output format, intended for
1617
use on OS/2. See \k{obj2fmt}.
1718

19+
\b The condition after \c{%if} or \c{%elif} would be evaluated while
20+
output is suppressed after \c{%exitrep} or \c{%exitmacro}. Although
21+
no output would be generated in either case, assembly would fail if
22+
evaluating the expression triggered an error.
23+
24+
1825
\S{cl-3.00} Version 3.00
1926

2027
\b Improve the documentation for building from source (\k{source}).

0 commit comments

Comments
 (0)