Skip to content

Commit d166dfd

Browse files
committed
Correct changelog entries
1 parent 2a967d9 commit d166dfd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
- Universe Ticketing backend
1212
- Auth0.com authentication backend
1313

14+
### Changed
15+
- Update Bungie backend dropping any Django reference
16+
- Enable and fix JWT related tests
17+
- Remove PyPy support from Tox
18+
- Drop support for Python 3.4 in Tox
19+
- Allow to override JWT decode options in Open ID Connect base backend
20+
- Pass access token via Authorization header to Google user data url
21+
- Updated `user_data` method in `AzureADOAuth2` to return `access_token` if
22+
`id_token` is not present in response
23+
1424
## [3.0.0](https://github.com/python-social-auth/social-core/releases/tag/3.0.0) - 2019-01-14
1525

1626
### Changed
1727
- Updated Azure B2C to extract first email from list if it's a list
18-
- Pass access token via Authorization header to Google user data url
1928
- Replace deprecated Google+ API usage with https://www.googleapis.com/oauth2/v3/userinfo
2029
- Updated Azure Tenant to fix Nonetype error
2130
- Updated comment denoting incorrect setting name
2231
- Yandex: do not fail when no email is present
2332
- Mediawiki: do not fail when no email is present
2433
- Mediawiki: enhance `get_user_details` to return more details
25-
- Allow to override JWT decode options in Open ID Connect base backend
26-
- Updated `user_data` method in `AzureADOAuth2` to return `access_token` if
27-
`id_token` is not present in response
2834

2935
## [2.0.0](https://github.com/python-social-auth/social-core/releases/tag/2.0.0) - 2018-10-28
3036

0 commit comments

Comments
 (0)