summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-16 03:16:40 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-16 03:16:40 +0000
commitfc7676fcd6c66e6696008ef190d796d740b686a7 (patch)
tree6b19b6d6b9f6e0fab0c8b16b3fadb3a58efe7bbb /ChangeLog
parentdb66739c7ce253a9051df316518948361787b50b (diff)
* hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276]
[rubyspec:6587eead7cd1] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0a72d325b..68faef86eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Mon Apr 16 12:13:42 2012 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276]
+ [rubyspec:6587eead7cd1]
+ * lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]
+ [ref #1400] [rubyspec:9e0250b2fc6f]
+ * struct.c: Add Struct#to_h [Feature #6276]
+ [ref #4862] [rubyspec:2082ef46d46e]
+ * object.c: Add NilClass#to_h [Feature #6276]
+ [ref #5008] [rubyspec:dc5ecddbd608]
+ * hash.c: Add Hash#to_h [Feature #6276]
+ [rubyspec:84b7fe3f24d2]
+
Mon Apr 16 09:42:50 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/rubygems/remote_fetcher.rb (Gem::RemoteFetcher#download): should