summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-15 10:15:53 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-15 10:15:53 -0800
commit3af3779826d109cb1525b40e8592a169faf0cb7a (patch)
treed92fe3792ceb6245c141dd742aeaf1b000676533
parenta327c65d28fa31f924166f3b5da7feaa73cc124c (diff)
downloadnasm-3af3779826d109cb1525b40e8592a169faf0cb7a.tar.gz
doc/changes.src: update in preparation of 2.08 release
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/changes.src8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 0592f221..8fc53f98 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -15,7 +15,7 @@ since 2007.
\b Support for arbitrarily terminating macro expansions \c{%exitmacro}.
See \k{exitmacro}.
-\b Support for recursive macro expansion \c{%rmacro/irmacro}.
+\b Support for recursive macro expansion \c{%rmacro}/\c{%irmacro}.
See \k{mlrmacro}.
\b Support for converting strings to tokens. See \k{deftok}.
@@ -55,6 +55,12 @@ since 2007.
\b Add AMD Lightweight Profiling (LWP) instructions.
+\b Fix the offset for \c{%arg} in 64-bit mode.
+
+\b An undefined local macro (\c{%$}) no longer matches a global macro
+ with the same name.
+
+
\S{cl-2.07} Version 2.07
\b NASM is now under the 2-clause BSD license. See \k{legal}.