Skip to content

Commit

Permalink
docs: fix the CHANGELOG to reflect 3.x breaking changes (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Apr 15, 2019
1 parent dffd1cc commit 8cc5522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ The 2.0 version of this library used the [axios](https://github.com/axios/axios)
#### BREAKING: `generateCodeVerifier` is now `generateCodeVerifierAsync`
The `OAuth2Client.generateCodeVerifier` method has been replaced by the `OAuth2Client.generateCodeVerifierAsync` method. It has changed from a synchronous method to an asynchronous method to support async browser crypto APIs required for Webpack support.

#### BREAKING: `generateCodeVerifier` is now `generateCodeVerifierAsync`
The `OAuth2Client.verifySignedJwtWithCerts` method has been replaced by the `OAuth2Client.verifySignedJwtWithCerts` method. It has changed from a synchronous method to an asynchronous method to support async browser crypto APIs required for Webpack support.
#### BREAKING: `verifySignedJwtWithCerts` is now `verifySignedJwtWithCertsAsync`
The `OAuth2Client.verifySignedJwtWithCerts` method has been replaced by the `OAuth2Client.verifySignedJwtWithCertsAsync` method. It has changed from a synchronous method to an asynchronous method to support async browser crypto APIs required for Webpack support.


### New Features
Expand Down

0 comments on commit 8cc5522

Please sign in to comment.