From deb70c7eea6c418831e3c03e495e9f5dcca747ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Wed, 9 Jul 2014 17:16:57 +0200 Subject: [PATCH] [Upgrade] Fixed markdown syntax --- UPGRADE-2.3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE-2.3.md b/UPGRADE-2.3.md index 0b64a58a86..f03a76f7b6 100644 --- a/UPGRADE-2.3.md +++ b/UPGRADE-2.3.md @@ -110,9 +110,9 @@ Form } ``` - * The *_SET_DATA events are now guaranteed to be fired *after* the children + * The `*_SET_DATA` events are now guaranteed to be fired *after* the children were added by the FormBuilder (unless setData() is called manually). Before, - the *_SET_DATA events were sometimes thrown before adding child forms, + the `*_SET_DATA` events were sometimes thrown before adding child forms, which made it impossible to remove child forms dynamically. A consequence of this change is that you need to set the "auto_initialize"