Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 2ee9b51

Browse files
committed
Adds CHANGELOG for 1.0.0
1 parent 430a60a commit 2ee9b51

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

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

5+
## 1.0.0 - TBD
6+
7+
### Added
8+
9+
- Adds the method `OAuth2User::getDetail(string $name, $default = null)` in
10+
order to fulfill the zend-expressive-authentication 1.0.0 API for the
11+
`UserInterface`.
12+
13+
### Changed
14+
15+
- The method `OAuth2User::getUserRoles() : array` was refactored to
16+
`OAuth2User::getRoles() : iterable` in order to match the
17+
zend-expressive-authentication 1.0.0 API.
18+
19+
- The method `OAuth2User::getUserData() : array` was refactored to
20+
`OAuth2User::getDetails() : array` in order to match the
21+
zend-expressive-authentication 1.0.0 API.
22+
23+
### Deprecated
24+
25+
- Nothing.
26+
27+
### Removed
28+
29+
- Nothing.
30+
31+
### Fixed
32+
33+
- Nothing.
34+
535
## 0.2.1 - 2018-03-28
636

737
### Added

0 commit comments

Comments
 (0)