-F implies -g backported to 2.03.01
authorH. Peter Anvin <hpa@zytor.com>
Mon, 16 Jun 2008 04:51:17 +0000 (21:51 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 16 Jun 2008 04:51:17 +0000 (21:51 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index ec40293..5e6bfb9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,6 @@
 ----
 * Sanitize macro handing in the %error directive.
 * New %warning preprocessor directive.
-* The -F option now implies -g.
 * __utf16__ and __utf32__ operators to generate UTF-16 and UTF-32 strings.
 
 2.03.01
@@ -10,6 +9,7 @@
 * Fix buffer overflow in the listing module.
 * Fix the handling of hexadecimal escape codes in `...` strings.
 * The Postscript/PDF documentation has been reformatted.
+* The -F option now implies -g.
 
 2.03
 ----