From 2bf9e462fa620f69f2c1bd563b4ac0260f579756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 25 Apr 2010 09:59:10 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.