From 061e4c3f7a29f8a0352256eab59ff9c3ae9ec7de Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 1 Jul 2014 14:51:13 +0000 Subject: * 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 --- ChangeLog | 5 +++++ NEWS | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2ebb4e5bd6..1a342b2ed6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 1 23:46:34 2014 NAKAMURA Usaku + + * NEWS: [DOC] mention about Binding#local_variables, introduced at + r44392 (see [Feature #8773]). + Tue Jul 1 23:30:51 2014 CHIKANAGA Tomoyuki * numeric.c (num_step_scan_args): table argument of rb_get_kwargs() is 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 -- cgit v1.2.3