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

Commit 1422dec

Browse files
committed
Merge branch 'hotfix/changelog'
2 parents 6c919cd + 98b39eb commit 1422dec

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,20 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- [#8](https://github.com/zendframework/zend-authentication/pull/8) updates
22+
dependencies to allow usage of zend-stdlib 3.0, and to require tests to
23+
pass against PHP 7.
2224

2325
## 2.5.2 - 2015-06-15
2426

2527
### Added
2628

27-
- [#8](https://github.com/zendframework/zend-authentication/pull/8) updates
28-
dependencies to allow usage of zend-stdlib 3.0, and to require tests to
29-
pass against PHP 7.
29+
- [#4](https://github.com/zendframework/zend-authentication/pull/4) adds
30+
documentation, which can be compiled using [bookdown](http://bookdown.io):
31+
`bookdown doc/bookdown.json`; docs can then be viewed by starting a web server
32+
via `php -S 0.0.0.0:8000 -t doc/html/` and browsing to http://localhost:8000/.
33+
34+
(Add bookdown globally using `composer global require bookdown/bookdown`.)
3035

3136
### Deprecated
3237

0 commit comments

Comments
 (0)