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

Skip to content

Commit 7ca71a0

Browse files
committed
Update redaction
1 parent dd8b2a2 commit 7ca71a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

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

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.
13+
July 18, 2019: This release included a breaking change affecting those users that were manually parsing the response from GET requests. e.g. /userinfo or /authorize. The `AuthenticationBase#get` method was incorrectly parsing the request result into a String.
1414

15-
From this release on, making a GET request will return a Dictionary instead.
15+
From this release on, making a GET request returns a Dictionary instead.
1616

1717
**Breaking Change**
1818
- Fix request creation when headers are the default [\#198](https://github.com/auth0/auth0-python/pull/198) ([lbalmaceda](https://github.com/lbalmaceda)).

0 commit comments

Comments
 (0)