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 6b16189d..c490700f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,25 @@
+ TXR 180
+ 2017-06-25
+
+
+ Features
+
+ - FFI:
+ - new types: bool, longlong, ulonglong.
+ - support for C unions.
+ - improved support for type-tagged cptr.
+ - some performance optimizations.
+
+ Bugs
+
+ - Fixed regression in horizontal @(trailer) introduced in 170.
+ - Fixed broken append redirection operator ->> in awk macro.
+ - FFI:
+ - fixed broken float put operation.
+ - fixed broken handling of cptr when parametrized by tag symbol.
+
+
+
TXR 179
2017-06-18