ChangeLog.md in dm-is-authenticatable-0.2.0 vs ChangeLog.md in dm-is-authenticatable-0.3.0
- old
+ new
@@ -1,4 +1,10 @@
+### 0.3.0 / 2013-04-22
+
+* If `encrypted_password` is `nil`, have
+ {DataMapper::Is::Authenticatable::InstanceMethods#has_password?} only accept
+ `nil` or `""`.
+
### 0.2.0 / 2012-10-06
* Added {DataMapper::Is::Authenticatable::InstanceMethods#password_required?}.
* Added {DataMapper::Is::Authenticatable::InstanceMethods#has_password?}.
* {DataMapper::Is::Authenticatable::ClassMethods#authenticate}: