Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Contracts] Split the global CHANGELOG in dedicated CHANGELOG per contract #35663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions 7 src/Symfony/Contracts/Cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CHANGELOG
=========

1.0.0
-----

* added `Cache` contract to extend PSR-6 with tag invalidation, callback-based computation and stampede protection
7 changes: 7 additions & 0 deletions 7 src/Symfony/Contracts/Deprecation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CHANGELOG
=========

1.2.0
-----

* added `trigger_deprecation` function
7 changes: 7 additions & 0 deletions 7 src/Symfony/Contracts/EventDispatcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CHANGELOG
=========

1.1.0
-----

* added `EventDispatcherInterface` and `Event` in namespace `EventDispatcher`
7 changes: 7 additions & 0 deletions 7 src/Symfony/Contracts/HttpClient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CHANGELOG
=========

1.1.0
-----

* added `HttpClient` namespace with contracts for implementing flexible HTTP clients
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ 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
7 changes: 7 additions & 0 deletions 7 src/Symfony/Contracts/Translation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CHANGELOG
=========

1.0.0
-----

* added `Translation\TranslatorInterface` and `Translation\TranslatorTrait`
Morty Proxy This is a proxified and sanitized view of the page, visit original site.