diff --git a/docs/history.md b/docs/history.md index b6c094f952..4a14171e9d 100644 --- a/docs/history.md +++ b/docs/history.md @@ -28,7 +28,7 @@ * `oauth`: - `_endOfPopupResponseTemplate` and `_endOfRedirectResponseTemplate` are no longer a property but now a function that returns a promise of the same value as before - - the following methods are now async: + - the following server methods are now async: - `OAuth._renderOauthResults` - `OAuth._endOfLoginResponse` - `OAuth.renderEndOfLoginResponse` @@ -37,6 +37,10 @@ - `ensureConfigured` - `_cleanStaleResults` +* `oauth1`: + - the following server methods are now async: + - `OAuth._storeRequestToken` + - `OAuth._retrieveRequestToken` #### Internal API changes