diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-10 22:24:49 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-10 22:24:49 +0000 |
commit | 4ce71e8a10b51be76270b9ea24551c811f8466fc (patch) | |
tree | 77c2309837d08d32ebaef10389e16fdfc8f6c2a2 /CHANGES | |
parent | 0ba0070f8a5ab32598b3f96bc4d97232abd482e6 (diff) | |
download | nasm-4ce71e8a10b51be76270b9ea24551c811f8466fc.tar.gz nasm-4ce71e8a10b51be76270b9ea24551c811f8466fc.tar.bz2 nasm-4ce71e8a10b51be76270b9ea24551c811f8466fc.zip |
Oops... this file didn't get updated to log the new stuff for 0.98.31
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,7 +3,10 @@ * Correctly build in a separate object directory again. * Derive all references to the version number from the version file. - +* New standard macros __NASM_SUBMINOR__ and __NASM_VER__ macros. +* Lots of Makefile updates and bug fixes. +* New %ifmacro directive to test for multiline macros. +* Documentation updates. 0.98.30 ------- |