From 71e5c125783c1ac85a1c5cea6926473e43fd015c Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 20 Dec 2017 08:50:26 +0000 Subject: [PATCH] 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 --- NEWS | 12 +++++++++--- 1 file 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