summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-03-30 22:26:14 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-03-30 22:26:14 -0700
commit9b4c602ae4ebd222f1fcd3d0ba272375a69d955d (patch)
treea2cc2f66453a68eaf390c73293eef50e3bcb524b /RELNOTES
parent38f214ed6367a312e0562d000b3583b4d9742c98 (diff)
downloadtxr-9b4c602ae4ebd222f1fcd3d0ba272375a69d955d.tar.gz
txr-9b4c602ae4ebd222f1fcd3d0ba272375a69d955d.tar.bz2
txr-9b4c602ae4ebd222f1fcd3d0ba272375a69d955d.zip
Version 215.txr-215
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. * protsym.c: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES20
1 files changed, 20 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 1bf3a373..a2f7fb79 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,23 @@
+ TXR 215
+ 2019-03-30
+
+
+ Features
+
+ - Math:
+ - User-defined arithmetic types are now possible.
+ - objects which implement certain methods accoring to the
+ documentation can be passed into arithmetic functions.
+
+ Bugs
+
+ - Listener:
+ - we now ensure that the .txr_history as well as the temporary
+ files created by the Ctrl-X E command (edit in external editor)
+ are readable only to the user: perms rw-------.
+
+
+
TXR 214
2019-03-22