summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-11 03:44:35 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-11 03:44:35 +0000
commita7a896af6e2d419fea018321f1ddc735d2cda754 (patch)
tree1b49066a7ad49ac27e986f90027b861505b0f1f7 /NEWS
parent5e52f06529f43ebda1a7a4106413e47d121cfbb8 (diff)
Added news entries of RDoc and Rubygems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9f9e162238..e091de82cc 100644
--- a/NEWS
+++ b/NEWS
@@ -159,6 +159,18 @@ with all sufficient information, see the ChangeLog file or Redmine
* New constants:
* Ripper::EXPR_BEG and so on for Ripper#state.
+* RDoc
+
+ * Update RDoc 6.0.0.beta3.
+ * Change lexer IRB based one to Ripper. It much improves the speed of generating document.
+ * https://github.com/ruby/rdoc/pull/512
+
+* Rubygems
+
+ * Update Rubygems 2.6.14.
+ * http://blog.rubygems.org/2017/08/27/2.6.13-released.html
+ * http://blog.rubygems.org/2017/10/09/unsafe-object-deserialization-vulnerability.html
+
* Set
* Add Set#to_s as alias to #inspect [Feature #13676]
* Add Set#=== as alias to #include? [Feature #13801]