projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3042314
)
changelog
Jesse Luehrs [Wed, 15 Jun 2011 23:33:22 +0000 (18:33 -0500)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
da641f9
..
8133b2a
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-3,11
+3,18
@@
for, noteworthy changes.
{{$NEXT}}
+ [BUG FIXES]
+
+ * The 'accessor' native delegation for hashrefs now allows setting the value
+ to undef. (sugoik, doy)
+
[ENHANCEMENTS]
* The native Array trait now has a 'first_index' method, which works just
like the version in List::MoreUtils. (Karen Etheridge)
+ * Various generated methods have more useful context information. (doy)
+
2.0101 Mon, Jun 06, 2011
[OTHER]