summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-04-05 13:06:14 -0700
committerH. Peter Anvin <hpa@zytor.com>2016-04-05 13:06:14 -0700
commit8494cc82c5d2a89d52bed20bd3836d5039af65e5 (patch)
tree7a4a6a77d5b97addb5dccdf927e39ed00c85e7ed
parenteb6653f9e47b25952471386d7435f5865cf08ca3 (diff)
downloadnasm-8494cc82c5d2a89d52bed20bd3836d5039af65e5.tar.gz
changes.src: document %if error fix
Document the fix for errors inside live %if branches. 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 b0768c9d..d48c4d39 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -8,6 +8,11 @@ The NASM 2 series supports x86-64, and is the production version of NASM
since 2007.
+\S{cl-2.12.02} Version 2.12.02
+
+\b Fix preprocessor errors, especially \c{%error} and \c{%warning},
+ inside \c{%if} statements.
+
\S{cl-2.12.01} Version 2.12.01
\b Portability fixes for some platforms.