diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-10-07 17:17:41 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-10-07 17:17:41 -0700 |
commit | c9c54d9cff66d805462913208345f8f01121b1c8 (patch) | |
tree | 97ce6be76966223134de0271b318cbd629314328 /RELNOTES | |
parent | 17c8e76951ea9dc407f07bf2173e8f60ac5efd80 (diff) | |
download | txr-c9c54d9cff66d805462913208345f8f01121b1c8.tar.gz txr-c9c54d9cff66d805462913208345f8f01121b1c8.tar.bz2 txr-c9c54d9cff66d805462913208345f8f01121b1c8.zip |
Version 68.txr-68
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ + TXR 68 + 2013-10-07 + + + Features + + - @(repeat) inside @(output) supports a :vars + parameter, making it possible to declare the + existence of iteration variables that are otherwise + hidden within Lisp code. + + Bugs + + - Out-of-sequence numeric parameters can be used + in the op operator now, like (op foo @2) + where @1 is absent. + + - The implicit ". @rest" is now added to op forms + only if they do not mention @rest or any numeric + parameters, to prevent unintentional + passing of extra parameters. + + - @rest or a numeric param like @1 can now be + specified in the dot position of the op form, + as in (op foo . @rest). + + + TXR 67 2013-07-13 |