Skip to content

Commit

Permalink
Adds CHANGELOG for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 18, 2018
1 parent 430a60a commit 2ee9b51
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.0.0 - TBD

### Added

- Adds the method `OAuth2User::getDetail(string $name, $default = null)` in
order to fulfill the zend-expressive-authentication 1.0.0 API for the
`UserInterface`.

### Changed

- The method `OAuth2User::getUserRoles() : array` was refactored to
`OAuth2User::getRoles() : iterable` in order to match the
zend-expressive-authentication 1.0.0 API.

- The method `OAuth2User::getUserData() : array` was refactored to
`OAuth2User::getDetails() : array` in order to match the
zend-expressive-authentication 1.0.0 API.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.2.1 - 2018-03-28

### Added
Expand Down

0 comments on commit 2ee9b51

Please sign in to comment.