diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-17 10:04:07 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-17 10:04:07 +0000 |
commit | d5b67ed8d33dbde44d24d7d93135261062e550d1 (patch) | |
tree | a034208841067902096469abedb12cc8e304cfdd /activerecord/CHANGELOG | |
parent | 154668898aadef2d98093cd3c2b7c895fff8b7a6 (diff) | |
download | rails-d5b67ed8d33dbde44d24d7d93135261062e550d1.tar.gz rails-d5b67ed8d33dbde44d24d7d93135261062e550d1.tar.bz2 rails-d5b67ed8d33dbde44d24d7d93135261062e550d1.zip |
Added the option to specify the acceptance string in validates_acceptance_of #1106 [caleb@aei-tech.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1188 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 3c54b9cd2e..6229de9224 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added the option to specify the acceptance string in validates_acceptance_of #1106 [caleb@aei-tech.com] + * Added acts_as_nested_set #1000 [wschenk]. Introduction: This acts provides Nested Set functionality. Nested Set is similiar to Tree, but with |