summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-17 20:52:46 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-17 20:52:46 +0000
commit2845bfa9dd648a2ea3c8e753bdeeddbcdf4f203a (patch)
tree230229a4998f359627d9c0ed5e3ffa05cffd44b1 /ChangeLog
parent1cae325a3504f551ad968e8562756b05ed29b682 (diff)
* ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary string
format to "literal" format. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5876a9975..2817078e59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 18 05:50:58 2010 Aaron Patterson <aaron@tenderlovemaking.com>
+
+ * ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary string
+ format to "literal" format.
+
Sun Apr 18 02:13:59 2010 NARUSE, Yui <naruse@ruby-lang.org>
* lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.