summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 18402209..380349de 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,28 @@
+ TXR 169
+ 2017-02-11
+
+
+ Features
+
+ - Improvements in area of warnings and deferrable warnings.
+ - Representation of deferrable warnings changes; the defr-warning exception
+ type derived from warning is used.
+ - Awk macro:
+ - Now provides a warning when a rng expression appears to refer to a local
+ variable or function that is unreachable due to the code relocation.
+ - New functions rassoc and rassql.
+
+ Bugs
+
+ - compile-warning function: added missing catch in compile-warning
+ functionfor continuing after warning is handled.
+
+
+
TXR 168
2017-02-05
+
Features
- Mutation of lexical functions is forbidden and diagnosed.