aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-12-06 00:01:11 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-12-06 00:01:11 +0000
commite16ecaf84c05b054a8ec3b776b3223880edda3d4 (patch)
tree025cc8e8b4097d15d30a700b92d45e913ac6af14 /activerecord/CHANGELOG
parent8f24701ae17a6bba0a9e648e38df2d17fb884792 (diff)
downloadrails-e16ecaf84c05b054a8ec3b776b3223880edda3d4.tar.gz
rails-e16ecaf84c05b054a8ec3b776b3223880edda3d4.tar.bz2
rails-e16ecaf84c05b054a8ec3b776b3223880edda3d4.zip
Fixed that the truncation of strings longer than 50 chars should use inspect so newlines etc are escaped (closes #10385) [norbert]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8319 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index b93f6e63d4..c3b5a60a03 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that the truncation of strings longer than 50 chars should use inspect so newlines etc are escaped #10385 [norbert]
+
* Fixed that habtm associations should be able to set :select as part of their definition and have that honored [DHH]
* Document how the :include option can be used in Calculations::calculate. Closes #7446 [adamwiggins, ultimoamore]