summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-26 12:22:37 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-26 12:22:37 +0000
commit006cdad18fabdb9045d3f5baa36ca21f23668571 (patch)
treea111772c30555e063333c2ee97fb5dcc51c9d0e2 /ChangeLog
parent7a5eaffefdfed01b061460a3a7f8d8d55dcb761a (diff)
merge revision(s) 22429:
* lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal method name typo. [Bug #1173] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23587 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 4eaf56495b..0adff48046 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 26 21:21:49 2009 Akinori MUSHA <knu@iDaemons.org>
+
+ * lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal
+ method name typo. [Bug #1173]
+
Tue May 26 21:16:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_file_s_extname): fix for spaces before extention.