summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-09-15 08:59:12 -0700
committerH. Peter Anvin <hpa@zytor.com>2010-09-15 08:59:12 -0700
commit2c11f97ca88f4f9b5494f6a8a24b5eb925275817 (patch)
tree44f6956b8d05c0f8304fd0d4f4f3d915f36744c3
parentb40992c9295fa8600b5a77285bac24ab766ffbc8 (diff)
downloadnasm-2c11f97ca88f4f9b5494f6a8a24b5eb925275817.tar.gz
changes: document fixed token reversal for %deftok
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/changes.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 61a5cfec..d1583719 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -8,6 +8,11 @@ The NASM 2 series support x86-64, and is the production version of NASM
since 2007.
+\S{cl-2.09.02} Version 2.09.02
+
+\b Fix reversed tokens when \c{%deftok} produces more than one output token.
+
+
\S{cl-2.09.01} Version 2.09.01
\b Fix NULL dereference on missed %deftok second parameter.