Update CHANGELOG.

This commit is contained in:
José Valim 2010-04-25 09:59:10 +02:00
parent 57712737b2
commit 2bf9e462fa
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,6 @@
* Devise.orm is deprecated. This reduces the required API to hook your ORM with devise. * Devise.orm is deprecated. This reduces the required API to hook your ORM with devise.
* Use metal for failure app. * Use metal for failure app.
* HTML e-mails now have proper formatting. * 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. * Allow to give :skip and :controllers in routes.
* Move trackable logic to the model. * Move trackable logic to the model.
* E-mails now use any template available in the filesystem. Easy to create multipart e-mails. * 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. * :activatable is included by default in your models.
* bug fix * 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 * deprecations
* Rails 3 compatible only. * Rails 3 compatible only.