summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-30 16:31:06 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-30 16:31:06 -0400
commit93ce34fc2dcbe6ea120825aaf4b147a9cd96c41b (patch)
treecd9c67a8ac00259ddfd2a6d1155d14ba0c98931e /Changes
parent3e4eb3eb7339b154ba5834e9245be9f33f6cfc13 (diff)
downloadeval-closure-93ce34fc2dcbe6ea120825aaf4b147a9cd96c41b.tar.gz
eval-closure-93ce34fc2dcbe6ea120825aaf4b147a9cd96c41b.zip
changelog0.11
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 41277ec..ceae915 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Eval-Closure
{{$NEXT}}
+
+0.11 2013-07-30
- add "alias => 1" option for making closure variables actually alias the
closed over variables (so the variable referenced in the environment
hashref will actually be updated by changes made in the closure). (Toby