summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-04 19:01:52 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-04 19:01:52 +0000
commitc11eabf5c47a548f0c38b42912207435e812aa7f (patch)
treee60c9b61e1ddfa701669536675b582ddd77c8acd /ChangeLog
parenteacf387c6c847d2905e688b976112704ee6bf819 (diff)
Fix for Bug #1718 [ruby-core:24121]. Add a :startdoc into lib/yaml/tag.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9deab108e8..4b285c90da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 5 03:58:00 2010 Kirk Haines <khaines@ruby-lang.org>
+
+ * lib/yaml/tag.rb: Add a :startdoc: at the end of the YAML specific Module functions so that the rest of the Module docs get generated. Fixes Bug #1718 [ruby-core:24121].
+
Fri Feb 5 07:19:00 2010 Kirk Haines <khaines@ruby-lang.org>
* eval.c: Small syntax change and dead code removal to fix build problems on some platforms.