From 528618a91082748133488fefbf5f57cf8b96ed75 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 4 Sep 2006 00:02:38 +0000 Subject: Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4958 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 460d7f5f3f..719ae56748 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Optimistic locking: gracefully handle nil versions, treat as zero. #5908 [Tom Ward] + * validates_confirmation_of only kicks in when the attribute, rather than its confirmation, is present. #785 [z@wzph.com] * to_xml: the :methods option works on arrays of records. #5845 [Josh Starcher] -- cgit v1.2.3