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

* NEWS: Added news entry of Psych 2.0.17

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-12-22 13:11:13 +00:00
parent a823014fed
commit 9d57cf8809
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Tue Dec 22 22:11:06 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* NEWS: Added news entry of Psych 2.0.17
Tue Dec 22 22:09:01 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org> Tue Dec 22 22:09:01 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* NEWS: Added news entry of RDoc 4.2.1 * NEWS: Added news entry of RDoc 4.2.1

3
NEWS
View file

@ -283,6 +283,9 @@ with all sufficient information, see the ChangeLog file.
* Net::Telnet is extracted to net-telnet gem. It's unmaintain code. * Net::Telnet is extracted to net-telnet gem. It's unmaintain code.
[Feature #11083] [Feature #11083]
* Psych
* Updated to Psych 2.0.17
* Rake * Rake
* Rake is removed from stdlib. [Feature #11025] * Rake is removed from stdlib. [Feature #11025]