Skip to content

Commit f399912

Browse files
committed
[Constracts] Split the global CHANGELOG in dedicated CHANGELOG per contract
1 parent ac2466b commit f399912

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
CHANGELOG
2+
=========
3+
4+
1.1.0
5+
-----
6+
7+
* added `ServiceProviderInterface` in namespace `Service`
8+
9+
1.0.0
10+
-----
11+
12+
* added `Service\ResetInterface` to provide a way to reset an object to its initial state
13+
* added `Service\ServiceSubscriberInterface` to declare the dependencies of a class that consumes a service locator
14+
* added `Service\ServiceSubscriberTrait` to implement `Service\ServiceSubscriberInterface` using methods' return types
15+
* added `Service\ServiceLocatorTrait` to help implement PSR-11 service locators

0 commit comments

Comments
 (0)