aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-07-19 10:09:40 +0000
committerMichael Koziarski <michael@koziarski.com>2007-07-19 10:09:40 +0000
commit1eb79bcc3b5df2ee4e037d06835a88961eb0a429 (patch)
treed6b0f6ce28c9e5882d7d79e107d76be077773450 /activesupport/CHANGELOG
parenta41305640722f1328ff51ce61c98371d4b648213 (diff)
downloadrails-1eb79bcc3b5df2ee4e037d06835a88961eb0a429.tar.gz
rails-1eb79bcc3b5df2ee4e037d06835a88961eb0a429.tar.bz2
rails-1eb79bcc3b5df2ee4e037d06835a88961eb0a429.zip
Let alias_attribute work with attributes with initial capital letters (legacy columns etc). Closes #8596 [mpalmer]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7195 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 fe243d4abf..e60c68c624 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Let alias_attribute work with attributes with initial capital letters (legacy columns etc). Closes #8596 [mpalmer]
+
* Added Hash#except which is the inverse of Hash#slice -- return the hash except the keys that are specified [DHH]
* Added support for pluralization with a different starting letter than the singular version (cow/kine) #4929 [norri_b/hasmanyjosh]