summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-30 11:08:14 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-30 11:08:14 -0700
commit6353a6c524fb23715e54b07872a496c2e3905a06 (patch)
tree6876ee0835d34e9a34c037a1028543998fb6a4e5 /CHANGES
parente2129a727257cd2a9b2467870a0310d4d06e55bf (diff)
downloadnasm-6353a6c524fb23715e54b07872a496c2e3905a06.tar.gz
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f4f480b3..762263af 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,9 @@
* %? and %?? to refer to the name of a macro itself. In particular,
"%idefine keyword $%?" can be used to make a keyword "disappear".
* New options for dependency generation: -MD, -MF, -MP, -MT, -MQ.
+* New preprocessor directives %pathsearch and %depend; INCBIN
+ reimplemented as a macro.
+* %include now resolves macros in a sane manner.
2.02
----