diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-09-15 08:59:12 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-09-15 08:59:12 -0700 |
commit | 2c11f97ca88f4f9b5494f6a8a24b5eb925275817 (patch) | |
tree | 44f6956b8d05c0f8304fd0d4f4f3d915f36744c3 /doc | |
parent | b40992c9295fa8600b5a77285bac24ab766ffbc8 (diff) | |
download | nasm-2c11f97ca88f4f9b5494f6a8a24b5eb925275817.tar.gz nasm-2c11f97ca88f4f9b5494f6a8a24b5eb925275817.tar.bz2 nasm-2c11f97ca88f4f9b5494f6a8a24b5eb925275817.zip |
changes: document fixed token reversal for %deftok
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 61a5cfe..d158371 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. |