aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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.