aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 03:19:56 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 03:19:56 +0000
commit80cf698b7bff854a7f27d254f78e46af1819e647 (patch)
treead33af3a58e91820fb12ad1afda2a222d8c544f0 /activerecord
parent9ccbb1356327f658b3012cf2967e6b03ae0ac1ee (diff)
downloadrails-80cf698b7bff854a7f27d254f78e46af1819e647.tar.gz
rails-80cf698b7bff854a7f27d254f78e46af1819e647.tar.bz2
rails-80cf698b7bff854a7f27d254f78e46af1819e647.zip
More changelog updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8359 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 43142b9626..b3a5ee0249 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -9,7 +9,8 @@
* Fixed that the Query Cache should just be ignored if the database is misconfigured (so that the "About your applications environment" works even before the database has been created) [DHH]
-* Fixed that the truncation of strings longer than 50 chars should use inspect so newlines etc are escaped #10385 [norbert]
+* Fixed that the truncation of strings longer than 50 chars should use inspect
+so newlines etc are escaped #10385 [Norbert Crombach]
* Fixed that habtm associations should be able to set :select as part of their definition and have that honored [DHH]