aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-03-31 12:57:47 +0000
committerPratik Naik <pratiknaik@gmail.com>2008-03-31 12:57:47 +0000
commit92cd8811aa3e113053a37bccb39cf5f09d9ef84d (patch)
tree1df3ed1b15cdb5ec4461a235f961243c5c00b425 /activerecord/CHANGELOG
parentcc2d6a0b93251fce06bab15c52dbe0a5d5a8342c (diff)
downloadrails-92cd8811aa3e113053a37bccb39cf5f09d9ef84d.tar.gz
rails-92cd8811aa3e113053a37bccb39cf5f09d9ef84d.tar.bz2
rails-92cd8811aa3e113053a37bccb39cf5f09d9ef84d.zip
Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik.wakelin, cavalle]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9168 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 cfd3b9fb38..9ed3579318 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik.wakelin, cavalle]
+
* Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. [Jeremy Kemper]
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now bundled [Geoff Buesing]