CHANGELOG.md in rodauth-select-account-0.0.4 vs CHANGELOG.md in rodauth-select-account-0.1.0
- old
+ new
@@ -1,8 +1,12 @@
# CHANGELOG
## master
+## 0.1.0
+
+Support for internationalization (I18n) by hooking up with [rodauth-i18n](https://github.com/janko/rodauth-i18n). Shipping translation for english under `locales/` dir.
+
## 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.