summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 88cee54d..00df6c79 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,4 +1,4 @@
- TXR 66
+ TXR 67
2013-07-12
@@ -10,6 +10,13 @@
- New pattern language directive: @(require ...).
+ Bugs
+
+ - Unrecognized backslash escapes in string literals
+ and string quasiliterals are diagnosed.
+
+ - Backslash-space escape recognized in string literals
+ and string quasiliterals.