diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-14 21:37:46 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-14 21:37:46 -0700 |
commit | 6680dd9a46d4d27e5a389f74722913a18edc7b3e (patch) | |
tree | 699ca97cbe9568ac60a79db0673727db736efa29 /CHANGES | |
parent | 9a377b8082dc637561e02c79054476c91effa297 (diff) | |
download | nasm-6680dd9a46d4d27e5a389f74722913a18edc7b3e.tar.gz nasm-6680dd9a46d4d27e5a389f74722913a18edc7b3e.tar.bz2 nasm-6680dd9a46d4d27e5a389f74722913a18edc7b3e.zip |
CHANGES: Document new features
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |