aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-10 00:52:54 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-10 00:52:54 +0000
commit58b14e789273e3f9b05a54c9aa245d00f197d1ae (patch)
treec6f69122a3c51b7f85cab3cd2fa4a73be0e600ec /ChangeLog
parent132161da6911b51f6c5807d696f59d16d1ce1d23 (diff)
downloadruby-58b14e789273e3f9b05a54c9aa245d00f197d1ae.tar.gz
* encoding.c: Mention that Encoding.compatible? can work with more
than just Strings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31978 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 51f9ad6c8c..2aaeefe3eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 10 09:52:38 2011 Eric Hodel <drbrain@segment7.net>
+
+ * encoding.c: Mention that Encoding.compatible? can work with more
+ than just Strings.
+
Fri Jun 10 02:25:53 2011 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych.rb: updating version to match released gem.