From 744362ad024e5eb45094bc600f500dcc830efb05 Mon Sep 17 00:00:00 2001 From: Martin Hujer Date: Sun, 27 May 2018 18:59:28 +0200 Subject: [PATCH] update UPGRADE-4.1 for feature #26332 Form field help option --- UPGRADE-4.1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADE-4.1.md b/UPGRADE-4.1.md index 64921efd28..d6202c682f 100644 --- a/UPGRADE-4.1.md +++ b/UPGRADE-4.1.md @@ -64,6 +64,9 @@ Form } ``` + * Added `help` option to the form field. If you have custom Form extension for it, you should remove it. + Also remove it from the custom form theme. + FrameworkBundle ---------------