summaryrefslogtreecommitdiff
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
commitb3467b7e1fac456d332bcc9bbccafba5936a34e4 (patch)
tree0b141c7f6f8df367e28255ada06c082ff6a3cbad
parentc7d6f43d48b666efa444e7142b3008378e816a91 (diff)
NEWS: add entry for Psych
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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.