diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 061fe0f46e..3c2cd8a0fd 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Ensure that column names are quoted. Closes #10134 [wesley.moxam] + * Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva] * Enhance explanation with more examples for attr_accessible macro. Closes #8095 [fearoffish, Marcel Molina] |