aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-01-24 12:17:14 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-01-24 12:17:14 +0000
commit873f5e2f3ca1be0d260b44e0f09aa59aa824a1b9 (patch)
tree95795b3eb7e03ddb74cea17d78871f93d7bb1782 /activerecord/CHANGELOG
parent7fce529b2abbf19327b2be38f87daf338203d760 (diff)
downloadrails-873f5e2f3ca1be0d260b44e0f09aa59aa824a1b9.tar.gz
rails-873f5e2f3ca1be0d260b44e0f09aa59aa824a1b9.tar.bz2
rails-873f5e2f3ca1be0d260b44e0f09aa59aa824a1b9.zip
Docs: validations examples. Closes #7343.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6031 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 151e219d0b..8aa9ca213f 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Docs: validations examples. #7343 [zackchandler]
+
* Add missing tests ensuring callbacks work with class inheritance. Closes #7339 [sandofsky]
* Fixtures use the table name and connection from set_fixture_class. #7330 [Anthony Eden]