summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-10 22:24:49 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-10 22:24:49 +0000
commit4ce71e8a10b51be76270b9ea24551c811f8466fc (patch)
tree77c2309837d08d32ebaef10389e16fdfc8f6c2a2 /CHANGES
parent0ba0070f8a5ab32598b3f96bc4d97232abd482e6 (diff)
downloadnasm-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--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ff97c75..655ab9c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
-------