From 9f1b57779ff3db4f7ef6bfb9e7d1670972340896 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 30 Apr 2005 14:02:03 +0000 Subject: Fixed that validate_length_of lost :on option when :within was specified #1195 [jhosteny@mac.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1258 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 6052c30174..d70800b9ef 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that validate_length_of lost :on option when :within was specified #1195 [jhosteny@mac.com] + * Added encoding and min_messages options for PostgreSQL #1205 [shugo]. Configuration example: development: -- cgit v1.2.3