Skip to content

Commit 9793235

Browse files
committed
Adding missing versionadded - see symfony#1294
1 parent e73583b commit 9793235

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/forms/types/repeated.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ first_options
8989

9090
**type**: ``array`` **default**: ``array()``
9191

92+
.. versionadded:: 2.1
93+
The ``first_options`` option is new in Symfony 2.1.
94+
9295
Additional options (will be merged into `options` above) that should be passed
9396
*only* to the first field. This is especially useful for customizing the
9497
label::
@@ -103,6 +106,9 @@ second_options
103106

104107
**type**: ``array`` **default**: ``array()``
105108

109+
.. versionadded:: 2.1
110+
The ``second_options`` option is new in Symfony 2.1.
111+
106112
Additional options (will be merged into `options` above) that should be passed
107113
*only* to the second field. This is especially useful for customizing the
108114
label (see `first_options`_).

0 commit comments

Comments
 (0)