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

NEWS: add entry for Psych

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2017-11-02 20:26:11 +00:00
parent c7d6f43d48
commit b3467b7e1f

4
NEWS
View file

@ -169,6 +169,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* New method:
* Pathname#glob [Feature #7360]
* Psych
* Update to Psych 3.0.0.beta3.
* RbConfig
* New constants:
* RbConfig::LIMITS is added to provide the limits of C types.