Skip to content

Commit

Permalink
[symfony/contracts] Reference one main CHANGELOG in each contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored and fabpot committed Feb 14, 2020
1 parent f399912 commit 1d69dad
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
@@ -1,15 +1,5 @@
CHANGELOG
=========

1.1.0
-----

* added `ServiceProviderInterface` in namespace `Service`

1.0.0
-----

* added `Service\ResetInterface` to provide a way to reset an object to its initial state
* added `Service\ServiceSubscriberInterface` to declare the dependencies of a class that consumes a service locator
* added `Service\ServiceSubscriberTrait` to implement `Service\ServiceSubscriberInterface` using methods' return types
* 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 comments on commit 1d69dad

Please sign in to comment.