summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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
----