summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-16 09:21:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-16 09:21:56 +0000
commit20690026a7dd7622c7d824de71e337a68a293b63 (patch)
treec2e21553dc5527199a6caac0588ffb158d9be7dd /NEWS
parent1ff30ea2b1675fa6bfa50bb5bac1f8cdea8524e1 (diff)
struct.c: dig
* object.c (rb_obj_dig): dig in nested structs too. * struct.c (rb_struct_dig): new method Struct#dig. [Feature #11688] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6724aaf402..a7d2da980a 100644
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,9 @@ with all sufficient information, see the ChangeLog file.
Backtrace doesn't show each methods (show block lines directly).
TracePoint also ignore these calls. [Feature #11569]
+* Struct
+ * Struct#dig [Feature #11686]
+
* Thread
* Thread#name, Thread#name= are added to handle thread names [Feature #11251]