summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-10-27 21:50:20 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-10-27 21:50:20 +0400
commitfdbe8baf7ad251231161043837364be214412979 (patch)
tree99c8112912a7c38db57ec06f0a0c90c4d1bed61c
parent6cdc900d8d56106e9ac62247968e618355b08938 (diff)
downloadnasm-fdbe8baf7ad251231161043837364be214412979.tar.gz
doc: Update changes for 2.09.03
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/changes.src15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index a6a54f14..4ecb14ed 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -8,6 +8,21 @@ The NASM 2 series support x86-64, and is the production version of NASM
since 2007.
+\S{cl-2.09.03} Version 2.09.03
+
+\b Print \c{%macro} name inside \c{%rep} blocks on error.
+
+\b Fix preprocessor expansion behaviour. It happened sometime
+ too early and sometime simply wrong. Move behaviour back to
+ the origins (down to NASM 2.05.01).
+
+\b Fix unitialized data dereference on OMF output format.
+
+\b Issue warning on unterminated \c{%{} construct.
+
+\b Fix for documentation typo.
+
+
\S{cl-2.09.02} Version 2.09.02
\b Fix reversed tokens when \c{%deftok} produces more than one output token.