aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-10-30 04:00:18 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-10-30 04:00:18 +0000
commitea44527afd55b568be3a07cb0d4991242474db03 (patch)
tree5835fa369a685ccbfe9f3086bb5e94ef5b5bb576 /railties/CHANGELOG
parent08acb95a3fea6b8c29133528c7e0166c7b87a0f4 (diff)
downloadrails-ea44527afd55b568be3a07cb0d4991242474db03.tar.gz
rails-ea44527afd55b568be3a07cb0d4991242474db03.tar.bz2
rails-ea44527afd55b568be3a07cb0d4991242474db03.zip
Comment database.yml and include PostgreSQL and SQLite examples.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2823 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 76998f3eec..2bd9fe0238 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Comment database.yml and include PostgreSQL and SQLite examples. [Jeremy Kemper]
+
* Improve script/plugin on Windows. #2646 [Chad Fowler]
* The *_plugindoc Rake tasks look deeper into the plugins' lib directories. #2652 [bellis@deepthought.org]