Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 23642a0

Browse files
committed
Adds CHANGELOG for #4 and 0.2.0
1 parent 53e4787 commit 23642a0

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+
## 0.2.0 - 2017-11-27
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- [#4](https://github.com/zendframework/zend-expressive-authentication/pull/4)
14+
renames the method `UserInterface::getUserRole()` to
15+
`UserInterface::getUserRoles()`. The method MUST return an array of string
16+
role names.
17+
18+
- [#4](https://github.com/zendframework/zend-expressive-authentication/pull/4)
19+
renames the method `UserRepositoryInterface::getRoleFromUser()` to
20+
`UserRepositoryInterface::getRolesFromUser()`. The method MUST return an array
21+
of string role names.
22+
23+
### Deprecated
24+
25+
- Nothing.
26+
27+
### Removed
28+
29+
- Nothing.
30+
31+
### Fixed
32+
33+
- Nothing.
34+
535
## 0.1.0 - 2017-11-08
636

737
Initial release.

0 commit comments

Comments
 (0)