Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd8b2a2

Browse files
committed
Re-categorize changelog entry
1 parent fcb3a10 commit dd8b2a2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Changes
1010
3.8.1
1111
------------------
1212

13-
**Fixed**
14-
- Fix request creation when headers are the default [\#198](https://github.com/auth0/auth0-python/pull/198) ([lbalmaceda](https://github.com/lbalmaceda))
13+
This release includes a breaking change affecting those users that manually parse the response from GET requests. e.g. /userinfo or /authorize. The `AuthenticationBase#get` method was incorrectly parsing the request result into a String.
14+
15+
From this release on, making a GET request will return a Dictionary instead.
16+
17+
**Breaking Change**
18+
- Fix request creation when headers are the default [\#198](https://github.com/auth0/auth0-python/pull/198) ([lbalmaceda](https://github.com/lbalmaceda)).
19+
1520

1621
3.8.0
1722
------------------

0 commit comments

Comments
 (0)