summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-29 12:00:57 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-29 12:00:57 +0000
commitf090f8aef5363e522aade1c58f2c6c39cdb3c409 (patch)
tree0a12db82875ebe1e22fcde7e85399b4b86426701 /ChangeLog
parent3c82aea9e1bdf70654adfe5df13ef58834e6c270 (diff)
* lib/yaml.rb: documentation updates, patched by zzak.
[ruby-core:54735] [Backport #8356] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@40982 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 15b53f6832..0ec2cd761c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 29 20:59:38 2013 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * lib/yaml.rb: documentation updates, patched by zzak.
+ [ruby-core:54735] [Backport #8356]
+
Wed May 15 14:04:39 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* Makefile.in (miniruby): 1.9.3 doesn't have POSTLINK macro.