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

doc/NEWS-2.5.0: improve language

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2018-01-07 17:47:53 +00:00
parent 933a3eb07e
commit 403c03d13f

View file

@ -553,7 +553,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Dynamic instrumentation for TracePoint hooks instead of using "trace"
instruction to avoid overhead [Feature #14104]
* ERB now generates code from a template which runs 2 times faster than Ruby 2.4
* ERB now generates code from a template twice as fast as Ruby 2.4
=== Miscellaneous changes