NEWS.md in clearance-1.0.1 vs NEWS.md in clearance-1.1.0

- old
+ new

@@ -1,6 +1,20 @@ Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)! +New for 1.1.0 (November 21, 2013): + +* Validate email with `EmailValidator` [strict mode][strict]. +* The `cookie_expiration` configuration lambda can now be called with a + `cookies` parameter. allows the Clearance cookie expiration to be set + according to the value of another cookie (such as `remember_me`). +* A `cookie_expiration` lambda that does not accept this `cookies` + parameter has been deprecated. +* Allow cookie domain and path configuration. +* Add sign in guards. +* Don't allow logins with blank `remember_token`. + +[strict]: https://github.com/balexand/email_validator#strict-mode + New for 1.0.1 (August 9, 2013): * Fix an issue when trying to sign in with `nil` New for 1.0.0 (August 1, 2013):