summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-09-01 23:33:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-09-01 23:33:09 -0700
commit6c7a93c23b6eef423b799a0b081d8ccd941074de (patch)
tree0add920ae5dae8da060ac5b03dc1bd412fbccbbe /RELNOTES
parent5338a16040fca8720c60c18b78d663a53a8eba20 (diff)
downloadtxr-6c7a93c23b6eef423b799a0b081d8ccd941074de.tar.gz
txr-6c7a93c23b6eef423b799a0b081d8ccd941074de.tar.bz2
txr-6c7a93c23b6eef423b799a0b081d8ccd941074de.zip
Version 243txr-243
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated.
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