Update master CHANGELOG.

This commit is contained in:
José Valim 2010-05-03 13:57:57 +02:00
parent 416bff3daa
commit a4351b0b77
1 changed files with 9 additions and 1 deletions

View File

@ -21,7 +21,6 @@
* bug fix
* 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.
@ -31,6 +30,15 @@
* All messages under devise.sessions, except :signed_in and :signed_out, should be moved to devise.failure.
* :as and :scope in routes is deprecated. Use :path and :singular instead.
== 1.0.7
* bug fix
* Ensure password confirmation is always required
* deprecations
* authenticatable was deprecated and renamed to database_authenticatable
* confirmable is not included by default on generation
== 1.0.6
* bug fix