aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-21 17:55:23 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-21 17:55:23 +0000
commit2125406720cc51bb7989dae9d1420fb08f68ea46 (patch)
treed6325105afc9aefcbd3b3e177f8f036e66195e9f /ChangeLog
parent84f9da6f42118b5d3e6d713d43c1e9a0cd88e275 (diff)
downloadruby-2125406720cc51bb7989dae9d1420fb08f68ea46.tar.gz
* ext/psych/*: update to Psych 2.0.14
* test/psych/*: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41292ba604..a18ae217f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Aug 22 02:53:12 2015 Aaron Patterson <tenderlove@ruby-lang.org>
+
+ * ext/psych/*: update to Psych 2.0.14
+
+ * test/psych/*: ditto
+
Fri Aug 21 19:58:48 2015 Koichi Sasada <ko1@atdot.net>
* ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.