aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-29 08:18:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-29 08:18:36 +0000
commit3dacfd3fe43e67eefc5f7eed63cd02d1c1b92612 (patch)
treeca0ebf9f353ed9963ce5c92495879ddfebb5b93c /ChangeLog
parent2e064c694ce2e24030188da5f89ad66a59118350 (diff)
downloadruby-3dacfd3fe43e67eefc5f7eed63cd02d1c1b92612.tar.gz
* encoding.c (rb_enc_compatible): ASCII encoding is compatible with
ASCII-compatible encoding, even for non-string objects. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13789 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 61742f4f17..047c0b1cdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 29 17:18:36 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * encoding.c (rb_enc_compatible): ASCII encoding is compatible with
+ ASCII-compatible encoding, even for non-string objects.
+
Sun Oct 28 21:50:02 2007 Tanaka Akira <akr@fsij.org>
* lib/open-uri.rb: :redirect option implemented to disable redirects.