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

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
This commit is contained in:
hsbt 2017-12-20 08:50:26 +00:00
parent be3439026a
commit 71e5c12578

12
NEWS
View file

@ -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