summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-20 08:50:26 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-20 08:50:26 +0000
commit71e5c125783c1ac85a1c5cea6926473e43fd015c (patch)
tree328528f27606299f7709ed213517732ad710523b /NEWS
parentbe3439026a6809f6f1f30bd063201bf472222fd0 (diff)
Update rdoc-6.0.0 entry on NEWS file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 25a5015c13..0f1e4b61fd 100644
--- a/NEWS
+++ b/NEWS
@@ -334,9 +334,15 @@ with all sufficient information, see the ChangeLog file or Redmine
* RDoc
- * Update to RDoc 6.0.0.beta3.
- * Replaced IRB based lexer with Ripper. It much improves the speed of generating document.
- * https://github.com/ruby/rdoc/pull/512
+ * Update to RDoc 6.0.0.
+
+ * Replaced IRB based lexer with Ripper.
+ * https://github.com/ruby/rdoc/pull/512
+ * It much improves the speed of generating documents.
+ * To facilitate supporting new syntax in the future.
+ * Supported many new syntaxes of Ruby in the past few years.
+ * Used "frozen_string_literal: true". It reduces documents generation time by 5%.
+ * Supported did_you_mean.
* Rubygems