1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove trailing whitespace from Active Record CHANGELOG

This commit is contained in:
Yves Senn 2013-06-25 10:12:10 +02:00
parent e1e7888fbc
commit aaad6b6e13

View file

@ -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.