summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-24 13:59:59 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-24 13:59:59 +0000
commita0fc5fbfd25be98d3456a5117fb807b93d3538bc (patch)
tree6ff7b8cd20f078c37fb76a6ba3745016f8236802 /NEWS
parent8fc8587e05163f0002915d06fbb20386cbcbb2ef (diff)
add NEWS entry about [Feature #14045]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60403 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 a193bfc8b0..b24508a452 100644
--- a/NEWS
+++ b/NEWS
@@ -256,6 +256,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* Mutex rewritten to be smaller and faster [Feature #13517]
+* Performance of block passing using block parameters is improved by
+ lazy Proc allocation [Feature #14045]
+
=== Miscellaneous changes
* Print backtrace and error message in reverse order if STDERR is unchanged and a tty.