CHANGELOG.md in simple_auth-3.1.1 vs CHANGELOG.md in simple_auth-3.1.2
- old
+ new
@@ -1,5 +1,10 @@
+# v3.1.2
+
+- Make flash message key configurable via
+ `SimpleAuth::Config#flash_message_key`.
+
# v3.1.1
- Catch exceptions related to record not found when session tries to load a
record from session. You can customize the recognized exceptions by adding the
error class to `SimpleAuth::Session.record_not_found_exceptions`.
@@ -16,10 +21,11 @@
- Reimplemented library.
- Add support for scoped authentication (e.g. user and admin).
# v2.0.3
-- Assign the raw password/confirmation, so we can apply validations on the raw value.
+- Assign the raw password/confirmation, so we can apply validations on the raw
+ value.
# v2.0.2
- The compat wasn't validating fields correctly.