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

Commit 82b9572

Browse files
committed
Updated CHANGELOG
1 parent 446691b commit 82b9572

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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+
- Nothing.
10+
11+
### Changed
12+
13+
- [#27](https://github.com/zendframework/zend-expressive-authentication/pull/27) `Zend\Expressive\Authentication\UserInterface::getRoles()` returns an [iterable](http://php.net/manual/en/language.types.iterable.php) instead of array.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## 0.5.0 - 2018-05-23
628

729
### Added
@@ -27,11 +49,11 @@ All notable changes to this project will be documented in this file, in reverse
2749
- [#28](https://github.com/zendframework/zend-expressive-authentication/pull/28) modifies each of the `Htpasswd` and `PdoDatabase` user repository
2850
implementations to accept a new constructor argument, a callable
2951
`$userFactory`. This factory should implement the following signature:
30-
52+
3153
```php
3254
function (string $identity, array $roles = [], array $details = []) : UserInterface
3355
```
34-
56+
3557
This factory will be called by the repository in order to produce a
3658
`UserInterface` instance on successful authentication. You may provide the
3759
factory via the service `Zend\Expressive\Authentication\UserInterface` if you

0 commit comments

Comments
 (0)