From b03b7f4ef5ed994f86400820af2a99d005258055 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Wed, 6 Nov 2019 09:18:31 +0100 Subject: [PATCH] [TwigBridge] Fix switch-custom changelog entry As it doesn't really mention `switch-custom` is a css class. --- src/Symfony/Bridge/Twig/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bridge/Twig/CHANGELOG.md b/src/Symfony/Bridge/Twig/CHANGELOG.md index d3d1f99c1e20..4f460d298221 100644 --- a/src/Symfony/Bridge/Twig/CHANGELOG.md +++ b/src/Symfony/Bridge/Twig/CHANGELOG.md @@ -10,7 +10,7 @@ CHANGELOG * the `LintCommand` lints all the templates stored in all configured Twig paths if none argument is provided * deprecated accepting STDIN implicitly when using the `lint:twig` command, use `lint:twig -` (append a dash) instead to make it explicit. * added `--show-deprecations` option to the `lint:twig` command - * added support for Bootstrap4 switches, use `switch-custom` as `label_attr` in a `CheckboxType` + * added support for Bootstrap4 switches: add the `switch-custom` class to the label attributes of a `CheckboxType` * Marked the `TwigDataCollector` class as `@final`. 4.3.0