summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-15 21:51:17 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-15 21:51:17 -0700
commitc4f16857362143e260d5e5df640c47bb4f9ed669 (patch)
treefd2321398770f13461d9997136a71e1c3b346600 /CHANGES
parent1794876088b10142e49f27d712b724313f032a08 (diff)
downloadnasm-c4f16857362143e260d5e5df640c47bb4f9ed669.tar.gz
-F implies -g backported to 2.03.01
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ec402932..5e6bfb96 100644
--- 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
----