aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-02 21:11:11 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-02 21:11:11 -0200
commit9f200fb296da721d50af53712d1e7998a5140e76 (patch)
treeb54a545c1c2911439bd00c575fbbe54ee4ae94b7 /activerecord/CHANGELOG.md
parentb6aa59368bea3a2fc34e4df17d3c955f0d7fd047 (diff)
downloadrails-9f200fb296da721d50af53712d1e7998a5140e76.tar.gz
rails-9f200fb296da721d50af53712d1e7998a5140e76.tar.bz2
rails-9f200fb296da721d50af53712d1e7998a5140e76.zip
Changelog improvements [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 756bad5507..5f93aaf522 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -18,7 +18,8 @@
If migrating down, the given migration / block is run normally.
See the [Guide on Migration](https://github.com/rails/rails/blob/master/guides/source/migrations.md#reverting-previous-migrations)
- Attempting to revert the methods `execute`, `remove_columns` and `change_column` will now raise an IrreversibleMigration instead of actually executing them without any output.
+ Attempting to revert the methods `execute`, `remove_columns` and `change_column` will now
+ raise an `IrreversibleMigration` instead of actually executing them without any output.
*Marc-André Lafortune*