Skip to content

Commit

Permalink
Add CHANGELOG notes for version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Nov 21, 2018
1 parent 5969617 commit 88f8381
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# OAuth 2.0 Client Changelog

## 2.4.0

_Released: 2018-11-21_

* Add `HttpBasicAuthOptionProvider` to ease implementation for providers
requiring HTTP basic auth
* Add `GuardedPropertyTrait` to allow providers the ability to specify
properties that may not be overridden by user-defined values passed to the
provider constructor
* Add `AccessTokenInterface` and `ResourceOwnerAccessTokenInterface` to allow
providers the ability to override the default `AccessToken`

## 2.3.1

_Released: 2018-11-19_
Expand Down

0 comments on commit 88f8381

Please sign in to comment.