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 10387d04ef..7900524a74 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Factor the attribute#{suffix} methods out of method_missing for easier extension. [Jeremy Kemper] + * Patch sql injection vulnerability when using integer or float columns. [Jamis Buck] * Allow #count through a has_many association to accept :include. [Dan Peterson] |