summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
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