aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51ab8fb5..6ee7e255 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
a function in a user-defined function body, treat it normally.
Makes eval "print and(a, 1)" work in the debugger again.
Thanks, yet again, to Hermann Peifer.
+ * interpret.h (r_interpret): Op_subscript. UPREF if the
+ element value is a typed regexp. Thanks to Hermann Peifer.
2015-06-28 Arnold D. Robbins <arnold@skeeve.com>