summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-11-15 06:42:00 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-11-15 06:42:00 -0800
commitd70ae3ff981f4611c642ce66686d763908602b7f (patch)
tree2c0b6483041ad7bf611a7a84e3a014213a90b7c9 /RELNOTES
parent98711a8ce61737745f9df8fec6850b6150d97cb3 (diff)
downloadtxr-d70ae3ff981f4611c642ce66686d763908602b7f.tar.gz
txr-d70ae3ff981f4611c642ce66686d763908602b7f.tar.bz2
txr-d70ae3ff981f4611c642ce66686d763908602b7f.zip
Version 158.txr-158
* 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--RELNOTES23
1 files changed, 23 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 3f2e2228..4e8b352b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,26 @@
+ TXR 158
+ 2016-11-15
+
+
+ Features
+
+ - OOP:
+ - New feature: dirty flag bit on struct instances. Code can tell if any
+ instance slots were modified since last time dirty flag was cleared.
+ - Packages:
+ - New in-package macro.
+
+ Bugs
+
+ - Interactive txr switches *package* to user package before entering
+ the listener, in case the specified script file alters it.
+ - Fixed broken bignum addition.
+ - Fixed breakage in fixnum to bignum conversion affecting 64 bit targets.
+ - Fixed invalid mutation of applied argument list, affecting
+ some functions. Test case: [apply lcm (list 1)] mutates (1) to (nil).
+
+
+
TXR 157
2016-11-14