diff options
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
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] |