From cc114abc622a53af969e8664722e84ca36257530 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 22 Nov 2018 13:33:57 -0500 Subject: [PATCH] Add CHANGELOG notes for version 2.4.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5116066d..fa6b1e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # OAuth 2.0 Client Changelog +## 2.4.1 + +_Released: 2018-11-22_ + +* Revert to use of `AccessToken` in type hints to preserve backwards + compatibility; this fixes the issue reported in [#752](https://github.com/thephpleague/oauth2-client/issues/752) + and [#753](https://github.com/thephpleague/oauth2-client/issues/753) + ## 2.4.0 _Released: 2018-11-21_