aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-07 23:18:27 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-07 23:18:27 +0000
commit646b6995362aff14abfc08db24d091d01f5879d0 (patch)
tree43f1a48002803da9017b4de247c6fb7d23238a59 /ChangeLog
parent3a185ede69ac5845aebbde38dc8e6fbe4f64308a (diff)
downloadruby-646b6995362aff14abfc08db24d091d01f5879d0.tar.gz
* ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding version
and header emit options. * test/psych/test_psych.rb: corresponding test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0901df6c46..dce4d8c985 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jul 8 08:16:57 2010 Aaron Patterson <aaron@tenderlovemaking.com>
+
+ * ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding version
+ and header emit options.
+
+ * test/psych/test_psych.rb: corresponding test.
+
Thu Jul 8 08:01:03 2010 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/emitter.c: updating documentation about emit options