summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-14 21:37:46 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-14 21:37:46 -0700
commit6680dd9a46d4d27e5a389f74722913a18edc7b3e (patch)
tree699ca97cbe9568ac60a79db0673727db736efa29 /CHANGES
parent9a377b8082dc637561e02c79054476c91effa297 (diff)
downloadnasm-6680dd9a46d4d27e5a389f74722913a18edc7b3e.tar.gz
CHANGES: Document new features
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 329fb971..be74bcae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+2.04
+----
+* Sanitize macro handing in the %error directive.
+* New %warning preprocessor directive.
+* The -F option now implies -g.
+* The Postscript/PDF documentation has been reformatted.
+* __utf16__ and __utf32__ operators to generate UTF-16 and UTF-32 strings.
+
2.03p1 (?)
------
* Fix buffer overflow in the listing module.