aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorDylan Thacker-Smith <Dylan.Smith@shopify.com>2013-12-17 16:02:52 -0500
committerDylan Thacker-Smith <Dylan.Smith@shopify.com>2014-01-06 10:46:35 -0500
commit06ace1e2b5cdccf67ff969ff0d355fd87f46dcf0 (patch)
treeaa5eaa81b94577e3d2fd5aed435c29c642bba748 /activerecord/CHANGELOG.md
parentf2b80a41b5c163b32dfdd0fa797466543c6ec0e9 (diff)
downloadrails-06ace1e2b5cdccf67ff969ff0d355fd87f46dcf0.tar.gz
rails-06ace1e2b5cdccf67ff969ff0d355fd87f46dcf0.tar.bz2
rails-06ace1e2b5cdccf67ff969ff0d355fd87f46dcf0.zip
activerecord: Initialize Migration with version from MigrationProxy.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index efe29fbc88..0d93cb0545 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Initialize version on Migration objects so that it can be used in a migration,
+ and it will be included in the announce message.
+
+ *Dylan Thacker-Smith*
+
* Fixed ActiveRecord::Store nil conversion TypeError when using YAML coder.
In case the YAML passed as paramter is nil, uses an empty string.