aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-31 16:42:25 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-31 16:42:25 +0000
commit256d3871597079a274aa9685b66e34307ff479b1 (patch)
tree689fd03013204152139d63a4a86b2c28e1e2d5dd /activerecord/CHANGELOG
parent43f5ab93e016ced1592046229b82c28b2dae4556 (diff)
downloadrails-256d3871597079a274aa9685b66e34307ff479b1.tar.gz
rails-256d3871597079a274aa9685b66e34307ff479b1.tar.bz2
rails-256d3871597079a274aa9685b66e34307ff479b1.zip
Fixed quoting in validates_format_of that would allow some rules to pass regardless of input #390 [Dmitry V. Sabanin]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@288 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 1499013477..455748b98c 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed quoting in validates_format_of that would allow some rules to pass regardless of input #390 [Dmitry V. Sabanin]
+
* Fixed broken transactions that were actually only running object-level and not db level transactions [andreas]
* Added Base.default_timezone accessor that determines whether to use Time.local (using :local) or Time.utc (using :utc) when pulling dates