From 3270dda045fc0558fb2c51963f8d7c2e18d78553 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravosudko Date: Tue, 1 Dec 2020 20:33:43 +0200 Subject: [PATCH] mention OnAuthRequiredFunction signature update in changelog OKTA-350123 <<>> Artifact: okta-react --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 065ad912..76d4907f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 4.1.0 + +### Other + +- [#56](https://github.com/okta/okta-react/pull/56)`OktaContext::OnAuthRequiredFunction` return type is updated to `Promise | void` + # 4.0.0 ### Breaking Changes