Skip to content

Commit

Permalink
minor symfony#30538 [Messenger] Fix README about BC promise (nicolas-…
Browse files Browse the repository at this point in the history
…grekas)

This PR was merged into the 4.2 branch.

Discussion
----------

[Messenger] Fix README about BC promise

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

We don't have a BC *break* policy :)
Should be applied to MIME and HttpClient when merging into master.

Commits
-------

9b2af69 Fix README about BC promise
  • Loading branch information
nicolas-grekas committed Mar 12, 2019
2 parents 793e7ae + 9b2af69 commit 5ac6dd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Symfony/Component/Messenger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Messenger Component
The Messenger component helps application send and receive messages to/from other applications or via
message queues.

**This Component is experimental**. [Experimental
features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's BC-break policy.
**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).

Resources
---------
Expand Down

0 comments on commit 5ac6dd4

Please sign in to comment.