From bd5c1af9ccf3ec60f4e50457aecdcadf58a28331 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Wed, 28 Dec 2022 16:37:03 -0300 Subject: [PATCH] docs: added oauth1 in changelog --- docs/history.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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