We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f399912 commit 1d69dadCopy full SHA for 1d69dad
CHANGELOG.md
@@ -1,15 +1,5 @@
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
+The changelog is maintained for all Symfony contracts at the following URL:
+https://github.com/symfony/contracts/blob/master/CHANGELOG.md
0 commit comments