summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES28
1 files changed, 28 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 9a50abee..661d5540 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,31 @@
+ TXR 243
+ 2020-09-01
+
+
+ Features:
+
+ - TXR:
+ - output-side @(repeat) directive more intelligent:
+ - now identifies variables referenced in Lisp code
+ - many uses of :vars now unnecessary
+ - variables identified in expansion pass now, before query execution
+
+ - OOP:
+ - diamond problem in multiple inheritance addressed.
+ - duplicate inheritance bases no longer cause multiple
+ calls to :init, :postinit and :fini handlers.
+
+ - Lib:
+ - new reject funtion, complements select.
+
+ Bugs:
+
+ - FFI:
+ - several bugs addressed in the allocation of bitfields.
+ - documentation of Bitfield Allocation Rules also updated.
+
+
+
TXR 242
2020-08-14