From 2437bd98f051f03e48f77a72e4034e9ac7aad2c0 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Thu, 23 Jul 2015 11:34:58 +0200 Subject: [PATCH] [#5499] Added versionadded directive --- reference/forms/types/entity.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/forms/types/entity.rst b/reference/forms/types/entity.rst index 007f439efab..5aabfdd5f23 100644 --- a/reference/forms/types/entity.rst +++ b/reference/forms/types/entity.rst @@ -106,6 +106,10 @@ Field Options choice_label ~~~~~~~~~~~~ +.. versionadded:: 2.7 + The ``choice_label`` option was introduced in Symfony 2.7. Prior to Symfony + 2.7, it was called ``property`` (which has the same functionality). + **type**: ``string`` This is the property that should be used for displaying the entities