Skip to content

Commit

Permalink
[TwigBridge] Fix switch-custom changelog entry
Browse files Browse the repository at this point in the history
As it doesn't really mention `switch-custom` is a css class.
  • Loading branch information
ogizanagi committed Nov 6, 2019
1 parent ba1ba97 commit b03b7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Twig/CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit b03b7f4

Please sign in to comment.