1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add NEWS entry about [Feature #14045]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2017-10-24 13:59:59 +00:00
parent 8fc8587e05
commit a0fc5fbfd2

3
NEWS
View file

@ -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.