diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 2790d7f5..2594af60 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -6,7 +6,6 @@ * Devise.orm is deprecated. This reduces the required API to hook your ORM with devise. * Use metal for failure app. * HTML e-mails now have proper formatting. - * Do not remove options from Datamapper and MongoMapper in find. * Allow to give :skip and :controllers in routes. * Move trackable logic to the model. * E-mails now use any template available in the filesystem. Easy to create multipart e-mails. @@ -20,7 +19,9 @@ * :activatable is included by default in your models. * bug fix - * fix a bug with STI + * Fix a bug with STI. + * Do not remove options from Datamapper and MongoMapper in find. + * Fixed a bug where password confirmation was not required while editing an user. * deprecations * Rails 3 compatible only.