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

Commit 64a73e2

Browse files
committed
Adds CHANGELOG entries for #7
- Also renames 0.1.1 to 0.2.0, due to breaking changes in API.
1 parent bff9358 commit 64a73e2

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,37 @@
22

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

5-
## 0.1.1 - TBD
5+
## 0.2.0 - 2018-04-11
66

77
### Added
88

9-
- Nothing.
9+
- [#7](https://github.com/zendframework/zend-container-config-test/pull/7) adds
10+
the class `Zend\ContainerConfigTest\Helper\Provider`, containing data
11+
providers consumed by the various test traits.
1012

1113
### Changed
1214

13-
- Nothing.
15+
- [#7](https://github.com/zendframework/zend-container-config-test/pull/7) marks
16+
all methods in `Zend\ContainerConfigTest\SharedTestTrait` as `final`.
1417

1518
### Deprecated
1619

1720
- Nothing.
1821

1922
### Removed
2023

21-
- Nothing.
24+
- [#7](https://github.com/zendframework/zend-container-config-test/pull/7)
25+
removes the data provider methods from all test traits, referencing those in
26+
the new `Zend\ContainerConfigTest\Helper\Provider` class instead.
27+
28+
- [#7](https://github.com/zendframework/zend-container-config-test/pull/7)
29+
removes `Zend\ContainerConfigTest\AllTestTrait`; compose the traits you wish
30+
to test against manually.
31+
32+
- [#7](https://github.com/zendframework/zend-container-config-test/pull/7)
33+
removes `Zend\ContainerConfigTest\ExpressiveTestTrait`; compose the traits you
34+
wish to test against manually, or extend the class
35+
`Zend\ContainerConfigTest\AbstractExpressiveContainerConfigTest`.
2236

2337
### Fixed
2438

0 commit comments

Comments
 (0)