summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-19 12:28:18 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-19 12:28:18 +0000
commit26529d3df96028f04e6f60c6b37c7e2504316956 (patch)
tree7b86a489b6cd621258744b89a2cfa07c81f32405 /NEWS
parent0c530ddd13c17c10f131052647b705cc446c6803 (diff)
Update version number of Psych
From: SHIBATA Hiroshi <hsbt@ruby-lang.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b04b7782a5..25a5015c13 100644
--- a/NEWS
+++ b/NEWS
@@ -306,7 +306,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Psych
- * Update to Psych 3.0.0.
+ * Update to Psych 3.0.2.
* Add :symbolize_names option to Psych.load, Psych.safe_load like JSON.parse
https://github.com/ruby/psych/pull/333, https://github.com/ruby/psych/pull/337