CHANGELOG.md in tkh_authentication-0.9.9 vs CHANGELOG.md in tkh_authentication-0.9.10
- old
+ new
@@ -1,8 +1,14 @@
# TKH Authentication
+
+## 0.9.10
+
+* Debugged friendly_name and spiritual_name virtual attributes in User model.
+
+
## 0.9.9
* Upon succesful login, if target page is a reception page, redirect user to home page instead.
* Extracted the email_input form to a partial which can be called from any page on top of being used in the login page.