[symfony/contracts] Reference one main CHANGELOG in each contracts

This commit is contained in:
Nicolas Grekas 2020-02-13 19:24:18 +01:00 committed by Fabien Potencier
parent 657b8ec872
commit d6fa13bafd
7 changed files with 31 additions and 32 deletions

View File

@ -0,0 +1,19 @@
CHANGELOG
=========
1.1.0
-----
* added `HttpClient` namespace with contracts for implementing flexible HTTP clients
* added `EventDispatcherInterface` and `Event` in namespace `EventDispatcher`
* added `ServiceProviderInterface` in namespace `Service`
1.0.0
-----
* added `Service\ResetInterface` to provide a way to reset an object to its initial state
* added `Translation\TranslatorInterface` and `Translation\TranslatorTrait`
* added `Cache` contract to extend PSR-6 with tag invalidation, callback-based computation and stampede protection
* 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

View File

@ -1,7 +1,5 @@
CHANGELOG
=========
1.0.0
-----
* added `Cache` contract to extend PSR-6 with tag invalidation, callback-based computation and stampede protection
The changelog is maintained for all Symfony contracts at the following URL:
https://github.com/symfony/contracts/blob/master/CHANGELOG.md

View File

@ -1,7 +1,5 @@
CHANGELOG
=========
1.2.0
-----
* added `trigger_deprecation` function
The changelog is maintained for all Symfony contracts at the following URL:
https://github.com/symfony/contracts/blob/master/CHANGELOG.md

View File

@ -1,7 +1,5 @@
CHANGELOG
=========
1.1.0
-----
* added `EventDispatcherInterface` and `Event` in namespace `EventDispatcher`
The changelog is maintained for all Symfony contracts at the following URL:
https://github.com/symfony/contracts/blob/master/CHANGELOG.md

View File

@ -1,7 +1,5 @@
CHANGELOG
=========
1.1.0
-----
* added `HttpClient` namespace with contracts for implementing flexible HTTP clients
The changelog is maintained for all Symfony contracts at the following URL:
https://github.com/symfony/contracts/blob/master/CHANGELOG.md

View File

@ -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

View File

@ -1,7 +1,5 @@
CHANGELOG
=========
1.0.0
-----
* added `Translation\TranslatorInterface` and `Translation\TranslatorTrait`
The changelog is maintained for all Symfony contracts at the following URL:
https://github.com/symfony/contracts/blob/master/CHANGELOG.md