summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-07-12 22:01:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-07-12 22:01:17 -0700
commit7513cce876df146917eb747a31e1a3f44344f4bb (patch)
treec3572c232c2675d3fae519b01a975cfaad2af477 /RELNOTES
parent209e81e4a643db09e5c1645b5fb7568b12e7360b (diff)
downloadtxr-7513cce876df146917eb747a31e1a3f44344f4bb.tar.gz
txr-7513cce876df146917eb747a31e1a3f44344f4bb.tar.bz2
txr-7513cce876df146917eb747a31e1a3f44344f4bb.zip
Version 67
* txr.c (version): Bumped. * txr.1: Bumped version, set date and documented string-cmp. * configure (txr_ver): Bumped. * eval.c (eval_init): Forgotten string-cmp registered as intrinsic. * txr.vim: Highlighting for string-cmp. * RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES15
1 files changed, 15 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index b91699c6..88cee54d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,4 +1,19 @@
TXR 66
+ 2013-07-12
+
+
+ Features
+
+ - New functions tok-str and string-cmp.
+
+ - Internal lazy string functions exposed as intrinsics.
+
+ - New pattern language directive: @(require ...).
+
+
+
+
+ TXR 66
2013-05-16