aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-11 03:55:49 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-11 03:55:49 +0000
commit2948910b569f6aa5374db1272032b3e367f2dd2a (patch)
treea1d39f60b370e314ba3ae44e73a3e376bd0063c7 /activerecord/CHANGELOG
parent31219f009cfbb1fb492f36522edc38eef667c01b (diff)
downloadrails-2948910b569f6aa5374db1272032b3e367f2dd2a.tar.gz
rails-2948910b569f6aa5374db1272032b3e367f2dd2a.tar.bz2
rails-2948910b569f6aa5374db1272032b3e367f2dd2a.zip
Misc doc fixes (typos/grammar/etc.). Closes #2430.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2533 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 c70882e01b..a7d354a366 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Misc doc fixes (typos/grammar/etc.). #2430. [coffee2code]
+
* Add test coverage for content_columns. #2432. [coffee2code]
* Speed up for unthreaded environments. #2431. [skaes@web.de]