From d36aec8fb7f0ee9031364fdf753cbb7dc9d0f7a9 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Sun, 26 Aug 2018 00:31:55 +0200 Subject: [PATCH] Add deprecation message for YAML into docs --- docs/en/reference/yaml-mapping.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/reference/yaml-mapping.rst b/docs/en/reference/yaml-mapping.rst index ea54e277a..8199406eb 100644 --- a/docs/en/reference/yaml-mapping.rst +++ b/docs/en/reference/yaml-mapping.rst @@ -1,6 +1,10 @@ YAML Mapping ============ +.. note:: + The YAML driver is deprecated and will be removed in version 3.0. + It is strongly recommended to switch to one of the other mappings. + The YAML mapping driver enables you to provide the ORM metadata in form of YAML documents.