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 1ca945b8d3..17c829149d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Correct boolean handling in generated reader methods. #2945 [don.park@gmail.com, Stefan Kaes] + * Don't generate read methods for columns whose names are not valid ruby method names. #2946 [Stefan Kaes] * Document :force option to create_table. #2921 [Blair Zajac <blair@orcaware.com>] |