aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-04 18:51:02 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-04 18:51:02 +0000
commit4160b518a82bcaa84e0e3125b4947b2dc3837fa3 (patch)
treedef4e797e1834c65864498509ea98edd7dad7745 /activerecord/CHANGELOG
parent452442dde8e8ea5949c387ea5c78387bff330f2a (diff)
downloadrails-4160b518a82bcaa84e0e3125b4947b2dc3837fa3.tar.gz
rails-4160b518a82bcaa84e0e3125b4947b2dc3837fa3.tar.bz2
rails-4160b518a82bcaa84e0e3125b4947b2dc3837fa3.zip
Added new Migrations framework for describing schema transformations in a way that can be easily applied across multiple databases #1604 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1672 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 1b631b2bd9..86464919de 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added new Migrations framework for describing schema transformations in a way that can be easily applied across multiple databases #1604 [Tobias Luetke] See documentation under ActiveRecord::Migration and the additional support in the Rails rakefile/generator.
+
* Added callback hooks to association collections #1549 [Florian Weber]. Example:
class Project