aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-06-25 10:12:10 +0200
committerYves Senn <yves.senn@gmail.com>2013-06-25 10:12:10 +0200
commitaaad6b6e13dd83f64e7c582bbd63bbe0eb6e4814 (patch)
treec701698b7d01fd5891b90a5211666aa512d745bd /activerecord
parente1e7888fbc1fd21d6cbcab72adb398cdee74579a (diff)
downloadrails-aaad6b6e13dd83f64e7c582bbd63bbe0eb6e4814.tar.gz
rails-aaad6b6e13dd83f64e7c582bbd63bbe0eb6e4814.tar.bz2
rails-aaad6b6e13dd83f64e7c582bbd63bbe0eb6e4814.zip
remove trailing whitespace from Active Record CHANGELOG
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 4055dcd484..1c007ba8dd 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,5 @@
* Flatten merged join_values before building the joins.
-
+
While joining_values special treatment is given to string values.
By flattening the array it ensures that string values are detected
as strings and not arrays.