CHANGELOG.md in rodauth-select-account-0.0.3 vs CHANGELOG.md in rodauth-select-account-0.0.4
- old
+ new
@@ -1,3 +1,21 @@
# CHANGELOG
## master
+
+## 0.0.4
+
+Cookies used for selected account are now secure by default (httponly on, secure if request is TLS-enabled);
+
+Cookie path is now "/" by default.
+
+## 0.0.3
+
+bugfix: fixing calls to the view helpers when in multi-phase login mode.
+
+## 0.0.2
+
+bugfix: added missing form templates.
+
+## 0.0.1
+
+Initial draft, all features added.