aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-12 03:49:50 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-12 03:49:50 +0000
commit8a896179ada36b4fc0f50d75500c801a3097924a (patch)
treeded6eab81717f8c20770e5021e63f18e962fec87 /ChangeLog
parent4852e7e6737713f4bc984796ee14593641a85587 (diff)
downloadruby-8a896179ada36b4fc0f50d75500c801a3097924a.tar.gz
* lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and add
references to similar methods with more detail. This patch brings lib/yaml to 100% documentation coverage. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42529 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 b045adc350..e6234ad996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Aug 12 12:46:31 2013 Zachary Scott <e@zzak.io>
+
+ * lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and add
+ references to similar methods with more detail. This patch brings
+ lib/yaml to 100% documentation coverage.
+
Mon Aug 12 02:51:32 2013 NARUSE, Yui <naruse@ruby-lang.org>
* ext/readline/readline.c (readline_s_set_input): on OS X with editline,