CHANGELOG.md in simple_auth-3.1.0 vs CHANGELOG.md in simple_auth-3.1.1

- old
+ new

@@ -1,4 +1,10 @@ +# 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`. + # v3.1.0 - SimpleAuth now uses [GlobalID](https://github.com/rails/globalid) as the identification that's saved on the session. This should be a seamless migration (users will only have to re-login). This allows using any objects