diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ae4a672ef1..b684703923 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +* Return a non zero status when running `rake db:migrate:status` and migration table does + not exist. + + *Paul B.* + * Keep track of dirty attributes after transaction is rollback. Related #13166. |