Skip to content

Commit

Permalink
docs(ChangeLog): Moved rate limit note to where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Feb 2, 2024
1 parent b6f0197 commit b025fdc
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ Note worthy changes
originated, will be emailed.


0.60.1 (2024-01-15)
*******************

Fixes
-----

- User sessions: after changing your password in case of ``ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False``, the list of
sessions woud be empty instead of showing your current session.

- SAML: accessing the SLS/ACS views using a GET request would result in a crash (500).

- SAML: the login view did not obey the ``SOCIALACCOUNT_LOGIN_ON_GET = False`` setting.


Backwards incompatible changes
------------------------------

Expand All @@ -38,6 +24,20 @@ Backwards incompatible changes
See :doc:`Rate Limits <../account/rate_limits>` for details.


0.60.1 (2024-01-15)
*******************

Fixes
-----

- User sessions: after changing your password in case of ``ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False``, the list of
sessions woud be empty instead of showing your current session.

- SAML: accessing the SLS/ACS views using a GET request would result in a crash (500).

- SAML: the login view did not obey the ``SOCIALACCOUNT_LOGIN_ON_GET = False`` setting.


0.60.0 (2024-01-05)
*******************

Expand Down

0 comments on commit b025fdc

Please sign in to comment.