aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 18:16:08 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 18:16:08 +0000
commit563b6544378236252898f7489a336bd25890cfe7 (patch)
treeb80bbf5dc24569ce41091af900231ead3a8de967 /ChangeLog
parentf3ba845deb749e9915bbba7e4b0d2de4ab424490 (diff)
downloadruby-563b6544378236252898f7489a336bd25890cfe7.tar.gz
Fix ruby -w warnings for mismatched indentation discovered by rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19495 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 8c9eca458f..fe8eefa844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Sep 24 03:08:58 2008 Eric Hodel <drbrain@segment7.net>
+
+ * lib/uri/mailto.rb: fix indentation.
+ * lib/uri/generic.rb: ditto.
+ * lib/yaml.rb: ditto.
+ * lib/uri/cgi/core.rb: fix indentation and ambiguous argument warning.
+
Tue Sep 23 23:39:25 2008 James Edward Gray II <jeg2@ruby-lang.org>
* lib/csv/csv.rb: Improved the idea of whitespace and word characters used