summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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.