summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-07-13 16:34:36 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-07-13 16:34:36 -0700
commitdbbc63a5ad6b518a7c9114c448c3f1b0d7cda6fb (patch)
tree1e8dbe36097cafa794b5131f2f8183592bc7267e /RELNOTES
parent354b6cf42c3dad99aed8d7ed49454e69b5460824 (diff)
downloadtxr-dbbc63a5ad6b518a7c9114c448c3f1b0d7cda6fb.tar.gz
txr-dbbc63a5ad6b518a7c9114c448c3f1b0d7cda6fb.tar.bz2
txr-dbbc63a5ad6b518a7c9114c448c3f1b0d7cda6fb.zip
Version 67
txr.1: Documented line continuation for string literals, supported since Version 38 but not clarified properly. RELNOTES: Updated.
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.