From f7210deb82c57e736ee8e4db2ff43cba17cb5829 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Jan 2018 06:32:46 +0000 Subject: [PATCH] NEWS: [Feature #14223] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 92cee9983e..0f5f448f0b 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,8 @@ with all sufficient information, see the ChangeLog file or Redmine * $SAFE is a process global state and we can set 0 again. [Feature #14250] +* refinements take place at block passing. [Feature #14223] + === Core classes updates (outstanding ones only) * Proc