From dc215dcd9f96620b7c06a25a741d13b19c2f130b Mon Sep 17 00:00:00 2001 From: marcandre Date: Wed, 23 Oct 2013 15:10:48 +0000 Subject: * array.c: Add Array#to_h [Feature #7292] * enum.c: Add Enumerable#to_h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fe4ae53cd5..3e68c40df3 100644 --- a/NEWS +++ b/NEWS @@ -31,12 +31,20 @@ with all sufficient information, see the ChangeLog file. === Core classes updates (outstanding ones only) +* Array + * New methods + * Array#to_h converts an array of key-value pairs into a Hash. + * Binding * New methods * Binding#local_variable_get(symbol) * Binding#local_variable_set(symbol, obj) * Binding#local_variable_defined?(symbol) +* Enumerable + * New methods + * Enumerable#to_h converts a list of key-value pairs into a Hash. + * GC * added environment variable: * RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap. -- cgit v1.2.3