aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-09-27 20:47:34 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-09-27 20:47:34 +0000
commitfcd0133f691b8228b8b08bd3c52c3acc1b3692e3 (patch)
treea34d7acf48de9974186e11e39cbef478f2fc9e26
parentb9fa3541b4ea490cbd5732183afdb95490d063d6 (diff)
downloadrails-fcd0133f691b8228b8b08bd3c52c3acc1b3692e3.tar.gz
rails-fcd0133f691b8228b8b08bd3c52c3acc1b3692e3.tar.bz2
rails-fcd0133f691b8228b8b08bd3c52c3acc1b3692e3.zip
Update change log for #2250.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2372 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index f723bec3b1..e57515fb11 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Extensive documentation for the abstract database adapter. #2250 [François Beausoleil <fbeausoleil@ftml.net>]
+
* Clean up Fixtures.reset_sequences for PostgreSQL. Handle tables with no rows and models with custom primary keys. #2174, #2183 [jay@jay.fm, Blair Zajac <blair@orcaware.com>]
* Improve error message when nil is assigned to an attr which validates_size_of within a range. #2022 [Manuel Holtgrewe <purestorm@ggnore.net>]