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

Commit 039af57

Browse files
committed
Added CHANGELOG for #51
1 parent b11f73b commit 039af57

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#51](https://github.com/zendframework/zend-stdlib/pull/51) adds PHP 7 as a
10+
supported PHP version.
11+
- [#51](https://github.com/zendframework/zend-stdlib/pull/51) adds a migration
12+
document from v2 to v3. Hint: if you use hydrators, you need to be using
13+
zend-hydrator instead!
14+
- [#51](https://github.com/zendframework/zend-stdlib/pull/51) adds automated
15+
documentation builds to gh-pages.
1016

1117
### Deprecated
1218

@@ -31,6 +37,9 @@ All notable changes to this project will be documented in this file, in reverse
3137
unneeded dependencies:
3238
- zend-config (used only in testing ArrayUtils, and the test was redundant)
3339
- zend-serializer (no longer used)
40+
- [#51](https://github.com/zendframework/zend-stdlib/pull/51) removes the
41+
documentation for hydrators, as those are part of the zend-hydrator
42+
component.
3443

3544
### Fixed
3645

0 commit comments

Comments
 (0)