summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-22 11:56:45 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-03-22 20:22:57 -0700
commit93e2bea59699815979259cc2b2d8adffcc852ec9 (patch)
tree915aa70043dad44a54ca3a8e9eec27149ed0cc77 /RELNOTES
parenta6e39d6a445297be1214aad5d603e8c3d62ecb36 (diff)
downloadtxr-93e2bea59699815979259cc2b2d8adffcc852ec9.tar.gz
txr-93e2bea59699815979259cc2b2d8adffcc852ec9.tar.bz2
txr-93e2bea59699815979259cc2b2d8adffcc852ec9.zip
Version 87.txr-87
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES25
1 files changed, 25 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index b3922427..f9c1d809 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,28 @@
+ TXR 87
+ 2014-03-22
+
+
+ Features
+
+ - New convenience functions tofloat, toint: convert string or number to
+ integer or floating-point.
+
+ - New macro: when.
+
+ Bugs
+
+ - int-flo function was failing on negative numbers.
+
+ - Fixed long-standing syntax issue: directives of the pattern matching
+ language being syntactically recognized in the @(output) clause and
+ in string quasiliterals, interfering with the ability to invoke Lisp
+ forms based on the same symbols. This issue really "hit home" with
+ the recent introduction of the @(if) directive, causing
+ @(if expr then else) to suddenly be inaccessible in @(output) and
+ quasistrings.
+
+
+
TXR 86
2014-03-16