summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-01 22:36:56 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-01 22:36:56 -0700
commitb86e62d826b41f99c102200414af96a5dfa2c393 (patch)
tree0bad08077aa4d865fc39aa7201c0ff531db961c2 /CHANGES
parentc23b2a9d47bd2308e1789adbc208708b4909a85e (diff)
downloadnasm-b86e62d826b41f99c102200414af96a5dfa2c393.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 762263af..cb6cfc60 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,9 @@
* New preprocessor directives %pathsearch and %depend; INCBIN
reimplemented as a macro.
* %include now resolves macros in a sane manner.
+* %substr can now be used to get other than one-character substrings.
+* New type of character/string constants, using backquotes (`...`),
+ which support C-style escape sequences.
2.02
----