summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-01 14:51:13 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-01 14:51:13 +0000
commit061e4c3f7a29f8a0352256eab59ff9c3ae9ec7de (patch)
treeb9c8fae91651bf6ba74ac030548fb8f58e404a30 /NEWS
parent71336a03fa72d7fb61159bc2add4001c1955c285 (diff)
* NEWS: [DOC] mention about Binding#local_variables, introduced at
r44392 (see [Feature #8773]). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 857fa85619..3a6dd0dd69 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ with all sufficient information, see the ChangeLog file.
=== Core classes updates (outstanding ones only)
+* Binding
+ * New methods:
+ * Binding#local_variables
+
* Enumerable
* New methods:
* Enumerable#slice_after