From 92c592c321fa2cf819f3ff4f023079a4f9cb4f71 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 14 Jun 2019 12:54:03 +0200 Subject: [PATCH] Added the missing "experimental" notices in some components --- components/http_client.rst | 3 ++- components/mailer.rst | 5 +++++ components/mime.rst | 7 ++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/components/http_client.rst b/components/http_client.rst index ad4263eee7e..22000ea627d 100644 --- a/components/http_client.rst +++ b/components/http_client.rst @@ -11,7 +11,8 @@ The HttpClient Component .. versionadded:: 4.3 - The HttpClient component was introduced in Symfony 4.3. + The HttpClient component was introduced in Symfony 4.3 and it's still + considered an :doc:`experimental feature `. Installation ------------ diff --git a/components/mailer.rst b/components/mailer.rst index b36b44efb3d..032675c2b46 100644 --- a/components/mailer.rst +++ b/components/mailer.rst @@ -7,6 +7,11 @@ The Mailer Component The Mailer component helps sending emails. +.. versionadded:: 4.3 + + The Mailer component was introduced in Symfony 4.3 and it's still + considered an :doc:`experimental feature `. + Installation ------------ diff --git a/components/mime.rst b/components/mime.rst index 5b258080bcc..820333c1728 100644 --- a/components/mime.rst +++ b/components/mime.rst @@ -6,9 +6,14 @@ The Mime Component ================== - The MIME component allows manipulating the MIME messages used to send emails + The Mime component allows manipulating the MIME messages used to send emails and provides utilities related to MIME types. +.. versionadded:: 4.3 + + The Mime component was introduced in Symfony 4.3 and it's still + considered an :doc:`experimental feature `. + Installation ------------