CHANGELOG.rdoc in binarylogic-authlogic-2.1.0 vs CHANGELOG.rdoc in binarylogic-authlogic-2.1.1
- old
+ new
@@ -1,4 +1,10 @@
+== 2.1.1 released 2009-7-04
+
+* Use mb_chars when downcasing the login string to support international characters.
+* Check for the existence of the :remember_me key before setting remember_me off of a hash.
+* Added check to make sure Authlogic is not loaded too late, causing a NotActivated error.
+
== 2.1.0 released 2009-6-27
* Fixed bug when using act_like_restful_authentication and setting passwords, needed to add a 2nd parameter to tell if to check against the database or not.
* Don't save record if they are read only.
\ No newline at end of file