Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2885ea

Browse files
committed
minor #11752 Added the missing "experimental" notices in some components (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- Added the missing "experimental" notices in some components Commits ------- 92c592c Added the missing "experimental" notices in some components
2 parents 069552f + 92c592c commit b2885ea

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

components/http_client.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ The HttpClient Component
1111

1212
.. versionadded:: 4.3
1313

14-
The HttpClient component was introduced in Symfony 4.3.
14+
The HttpClient component was introduced in Symfony 4.3 and it's still
15+
considered an :doc:`experimental feature </contributing/code/experimental>`.
1516

1617
Installation
1718
------------

components/mailer.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ The Mailer Component
77

88
The Mailer component helps sending emails.
99

10+
.. versionadded:: 4.3
11+
12+
The Mailer component was introduced in Symfony 4.3 and it's still
13+
considered an :doc:`experimental feature </contributing/code/experimental>`.
14+
1015
Installation
1116
------------
1217

components/mime.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66
The Mime Component
77
==================
88

9-
The MIME component allows manipulating the MIME messages used to send emails
9+
The Mime component allows manipulating the MIME messages used to send emails
1010
and provides utilities related to MIME types.
1111

12+
.. versionadded:: 4.3
13+
14+
The Mime component was introduced in Symfony 4.3 and it's still
15+
considered an :doc:`experimental feature </contributing/code/experimental>`.
16+
1217
Installation
1318
------------
1419

0 commit comments

Comments
 (0)