From 8494cc82c5d2a89d52bed20bd3836d5039af65e5 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 5 Apr 2016 13:06:14 -0700 Subject: [PATCH] changes.src: document %if error fix Document the fix for errors inside live %if branches. Signed-off-by: H. Peter Anvin --- doc/changes.src | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.11.4.GIT