aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
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 f796774f0f..7b98b2dbed 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Normalize classify's argument to a String so that it plays nice with Symbols. [Marcel Molina Jr.]
+
* Strip out leading schema name in classify. References #5139. [schoenm@earthlink.net]
* Remove Enumerable#first_match since break(value) handles the use case well enough. [Nicholas Seckar]