aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-07-27 18:29:49 +0000
committerJamis Buck <jamis@37signals.com>2006-07-27 18:29:49 +0000
commit99e9faeda8f039d34e9eeab319e8adc13cb9bc86 (patch)
tree318d2714fedd28cd90efc91c1b859286317e5241 /activerecord/CHANGELOG
parentd70d5219554b55b24586d559bd39d829317d523d (diff)
downloadrails-99e9faeda8f039d34e9eeab319e8adc13cb9bc86.tar.gz
rails-99e9faeda8f039d34e9eeab319e8adc13cb9bc86.tar.bz2
rails-99e9faeda8f039d34e9eeab319e8adc13cb9bc86.zip
Patch sql injection vulnerability when using integer or float columns.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4626 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index df012b91ca..10387d04ef 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Patch sql injection vulnerability when using integer or float columns. [Jamis Buck]
+
* Allow #count through a has_many association to accept :include. [Dan Peterson]
* create_table rdoc: suggest :id => false for habtm join tables. [Zed Shaw]