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

Commit 4726ff3

Browse files
committed
Added CHANGELOG for #8
1 parent bd369b1 commit 4726ff3

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,31 @@
22

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

5-
## 2.5.2 - 2015-06-15
5+
## 2.5.3 - 2016-02-29
66

77
### Added
88

9-
- [#4](https://github.com/zendframework/zend-authentication/pull/4) adds
10-
documentation, which can be compiled using [bookdown](http://bookdown.io):
11-
`bookdown doc/bookdown.json`; docs can then be viewed by starting a web server
12-
via `php -S 0.0.0.0:8000 -t doc/html/` and browsing to http://localhost:8000/.
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- Nothing.
18+
19+
### Fixed
20+
21+
- Nothing.
22+
23+
## 2.5.2 - 2015-06-15
24+
25+
### Added
1326

14-
(Add bookdown globally using `composer global require bookdown/bookdown`.)
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.
1530

1631
### Deprecated
1732

0 commit comments

Comments
 (0)