aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2012-12-19 14:46:16 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2012-12-21 13:56:16 -0500
commita81845f26864d076970e706863c766aead432672 (patch)
treec5bd5f97be26a533877e043868e0995f30fba1b9 /railties/CHANGELOG.md
parent06c7ba881d008be82d62656f297d6a3c09a889c5 (diff)
downloadrails-a81845f26864d076970e706863c766aead432672.tar.gz
rails-a81845f26864d076970e706863c766aead432672.tar.bz2
rails-a81845f26864d076970e706863c766aead432672.zip
Update Migration and 4.0 Release Guides, Changelogs [#8267]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 2965ce9ffc..961d3dc450 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Generated migrations now always use the `change` method.
+
+ *Marc-André Lafortune*
+
* Add `app/models/concerns` and `app/controllers/concerns` to the default directory structure and load path.
See http://37signals.com/svn/posts/3372-put-chubby-models-on-a-diet-with-concerns for usage instructions.