Skip to content

Commit 88f8381

Browse files
committed
Add CHANGELOG notes for version 2.4.0
1 parent 5969617 commit 88f8381

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# OAuth 2.0 Client Changelog
22

3+
## 2.4.0
4+
5+
_Released: 2018-11-21_
6+
7+
* Add `HttpBasicAuthOptionProvider` to ease implementation for providers
8+
requiring HTTP basic auth
9+
* Add `GuardedPropertyTrait` to allow providers the ability to specify
10+
properties that may not be overridden by user-defined values passed to the
11+
provider constructor
12+
* Add `AccessTokenInterface` and `ResourceOwnerAccessTokenInterface` to allow
13+
providers the ability to override the default `AccessToken`
14+
315
## 2.3.1
416

517
_Released: 2018-11-19_

0 commit comments

Comments
 (0)