aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-03-04 18:46:51 +0000
committerJamis Buck <jamis@37signals.com>2006-03-04 18:46:51 +0000
commitc0fb67c0f88bb81f525185a8dfceec6fb7cb298e (patch)
treedafb2bfd9ec44926d12b3e541159a809479c1d40 /activerecord/CHANGELOG
parentbfaf71cbc2a17be7f2d3b6f2ee18b4e03135a320 (diff)
downloadrails-c0fb67c0f88bb81f525185a8dfceec6fb7cb298e.tar.gz
rails-c0fb67c0f88bb81f525185a8dfceec6fb7cb298e.tar.bz2
rails-c0fb67c0f88bb81f525185a8dfceec6fb7cb298e.zip
Make migrations verbose
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3760 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 bf4dc24f5b..bcd5f0e430 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make migrations verbose [Jamis Buck]
+
* Make counter_cache work with polymorphic belongs_to [Jamis Buck]
* Fixed that calling HasOneProxy#build_model repeatedly would cause saving to happen #4058 [anna@wota.jp]