aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-02 20:26:11 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-02 20:26:11 +0000
commit1759dc00da98c8ebc1cd4c92c5d26726517c4f23 (patch)
tree0b141c7f6f8df367e28255ada06c082ff6a3cbad /NEWS
parent10aa1d276fcaea61e0e51a04b70711d76aab414b (diff)
downloadruby-1759dc00da98c8ebc1cd4c92c5d26726517c4f23.tar.gz
NEWS: add entry for Psych
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 044675c857..a48f2dca6f 100644
--- a/NEWS
+++ b/NEWS
@@ -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.