diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-22 12:41:34 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-22 12:41:34 +0000 |
commit | 6ad1b895f4a7a113ad372ce485ac20c762cc3c2c (patch) | |
tree | 2f65df256783d1d1b302bcdde207ccd0e72e7a89 /activerecord | |
parent | 4e60fe3ef3474834a9880f3cdd2a47f8efa99bc5 (diff) | |
download | rails-6ad1b895f4a7a113ad372ce485ac20c762cc3c2c.tar.gz rails-6ad1b895f4a7a113ad372ce485ac20c762cc3c2c.tar.bz2 rails-6ad1b895f4a7a113ad372ce485ac20c762cc3c2c.zip |
Updated more documentation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@975 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 5cd2126568..afe33f095f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*1.9.0* (22th March, 2005) * Added adapter independent limit clause as a two-element array with the first being the limit, the second being the offset #795 [Sam Stephenson]. Example: |