summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-02 07:00:21 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-02 07:00:21 +0000
commit340422dc1e1f029a2e5d38d9aa1e3cc4d084a629 (patch)
treeb47d8a889cdcba8b5901b1cfc97f83d704a31239 /ChangeLog
parentdc7e0e1219430d3b3f92721e03abafb6cd5423c8 (diff)
* test/rss/rss-assertions.rb (RSS::Assertions::assert_atom_content_inline_other_text):
newlines are valid for Base64 data. [ruby-dev:38248] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23120 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 6feac2c700..b8635e3c39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 2 15:43:46 2009 Kouhei Sutou <kou@cozmixng.org>
+
+ * test/rss/rss-assertions.rb (RSS::Assertions::assert_atom_content_inline_other_text):
+ newlines are valid for Base64 data. [ruby-dev:38248]
+
Thu Apr 2 14:17:09 2009 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* test/openssl/test_ssl.rb (OpenSSL#test_client_session):