summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-30 15:55:29 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-30 15:55:29 -0400
commit5650fd6ede66b47e6e8e1eeaf2f05c015bd8ebaa (patch)
tree88ea504b9af1bdc7be6b7283a4d8f6ba74997e28
parentd91a813740604fff4677fb5ec2888cd421cc878f (diff)
downloadeval-closure-5650fd6ede66b47e6e8e1eeaf2f05c015bd8ebaa.tar.gz
eval-closure-5650fd6ede66b47e6e8e1eeaf2f05c015bd8ebaa.zip
changelog
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index dfd963c..41277ec 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
Revision history for Eval-Closure
{{$NEXT}}
+ - 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
+ Inkster, #3)
0.10 2013-07-10
- fix pod links