aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-09-23 01:09:20 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-09-23 01:09:20 +0000
commitea456801182195b113e695ec9019757ce523be0f (patch)
treea574d6a90bca45442a348b2f7efc993e538fe118 /activesupport/CHANGELOG
parent2d02199e1581db8dc84361803950b1697f493fc0 (diff)
downloadrails-ea456801182195b113e695ec9019757ce523be0f.tar.gz
rails-ea456801182195b113e695ec9019757ce523be0f.tar.bz2
rails-ea456801182195b113e695ec9019757ce523be0f.zip
Object.subclasses_of includes anonymous subclasses.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7590 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index d2684da9a1..e92ceb1362 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Object.subclasses_of includes anonymous subclasses. [Jeremy Kemper]
+
* Fixed that pluralizing an empty string should return the same empty string, not "s" #7720 [josh]
* Added call to inspect on non-string classes for the logger #8533 [codahale]