Update CHANGELOG.md

This commit is contained in:
Dmitry Zudochkin 2015-07-07 13:03:44 +03:00
parent c66335d5bb
commit 3d5580fa85

@ -21,7 +21,7 @@
Example:
change_column_default :posts, :status, from: nil, to: "draft"
change_column_default :users, authorized, from: true, to: false
change_column_default :users, :authorized, from: true, to: false
*Prem Sichanugrist*