summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 17f03af6b0..02b12f3d82 100644
--- a/NEWS
+++ b/NEWS
@@ -239,6 +239,13 @@ sufficient information, see the ChangeLog file or Redmine
* Numeric#step now returns an instance of Enumerator::ArithmeticSequence
class rather than one of Enumerator class.
+[OpenStruct]
+
+ [Modified methods]
+
+ * OpenStruct#to_h now maps keys and values to new keys and values
+ by the block if given. [Feature #15143]
+
[Proc]
[New methods]