summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 17:20:04 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 17:20:04 +0000
commit6ea6e972b281f682d6f3d6a8a9b8d0fcfcf9ef61 (patch)
treea6c8942cd5f7c887a14e0db2a44d99f534196fd6 /NEWS
parentcbac40b3e53efce7740899c77eb979008dc96ff5 (diff)
NEWS: move the section to note ERB performance
I heard that notable performance improvements should be written to "Implementation Improvements". So I put the sentence here. Also, the sentence itself is fixed to be the same as Ruby 2.5 release note draft's one. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4158a93b25..c7b93c5b05 100644
--- a/NEWS
+++ b/NEWS
@@ -316,8 +316,6 @@ with all sufficient information, see the ChangeLog file or Redmine
* ERB
- * Rendering of ERB's compiled code becomes 2x faster.
-
* Add ERB#result_with_hash to render a template with local variables passed
with a Hash object. [Feature #8631]
@@ -535,6 +533,8 @@ 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
+
=== Miscellaneous changes
* Print backtrace and error message in reverse order if STDERR is unchanged and a tty.