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

Commit a9eec71

Browse filesBrowse files
committed
minor #35663 [Contracts] Split the global CHANGELOG in dedicated CHANGELOG per contract (lyrixx)
This PR was merged into the 5.1-dev branch. Discussion ---------- [Contracts] Split the global CHANGELOG in dedicated CHANGELOG per contract | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | --- This is more in sync with what we do with other components + bundles. And when we contribute to a contact, it's easier to find the file (because with the substree, we don't get the global package) Commits ------- a05ee08 [Constracts] Split the global CHANGELOG in dedicated CHANGELOG per contract
2 parents 033ec1b + a05ee08 commit a9eec71
Copy full SHA for a9eec71

File tree

Expand file treeCollapse file tree

6 files changed

+35
-4
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+35
-4
lines changed
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
1.0.0
5+
-----
6+
7+
* added `Cache` contract to extend PSR-6 with tag invalidation, callback-based computation and stampede protection
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
1.2.0
5+
-----
6+
7+
* added `trigger_deprecation` function
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
1.1.0
5+
-----
6+
7+
* added `EventDispatcherInterface` and `Event` in namespace `EventDispatcher`
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
1.1.0
5+
-----
6+
7+
* added `HttpClient` namespace with contracts for implementing flexible HTTP clients

‎src/Symfony/Contracts/CHANGELOG.md renamed to ‎src/Symfony/Contracts/Service/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Contracts/Service/CHANGELOG.md
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ CHANGELOG
44
1.1.0
55
-----
66

7-
* added `HttpClient` namespace with contracts for implementing flexible HTTP clients
8-
* added `EventDispatcherInterface` and `Event` in namespace `EventDispatcher`
97
* added `ServiceProviderInterface` in namespace `Service`
108

119
1.0.0
1210
-----
1311

1412
* added `Service\ResetInterface` to provide a way to reset an object to its initial state
15-
* added `Translation\TranslatorInterface` and `Translation\TranslatorTrait`
16-
* added `Cache` contract to extend PSR-6 with tag invalidation, callback-based computation and stampede protection
1713
* added `Service\ServiceSubscriberInterface` to declare the dependencies of a class that consumes a service locator
1814
* added `Service\ServiceSubscriberTrait` to implement `Service\ServiceSubscriberInterface` using methods' return types
1915
* added `Service\ServiceLocatorTrait` to help implement PSR-11 service locators
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
1.0.0
5+
-----
6+
7+
* added `Translation\TranslatorInterface` and `Translation\TranslatorTrait`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.