Skip to content

Commit

Permalink
docs(ChangeLog): Add mising note
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Apr 26, 2024
1 parent 10ab6b0 commit 7ab2877
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ Note worthy changes
- Facebook: the default Graph API version is now v19.0.


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

- The django-allauth required dependencies are now more fine grained. If you do
not use any of the social account functionality, a `pip install
django-allauth` will, e.g., no longer pull in dependencies for handling
JWT. If you are using social account functionality, install using `pip install
django-allauth[socialaccount]`. That will install the dependencies covering
most common providers. If you are using the Steam provider, install using `pip
install django-allauth[socialaccount,steam]`.


0.61.1 (2024-02-09)
*******************

Expand Down

0 comments on commit 7ab2877

Please sign in to comment.