Skip to content

Commit ba07cda

Browse files
committed
minor #34249 [TwigBridge] Fix switch-custom changelog entry (ogizanagi)
This PR was merged into the 4.4 branch. Discussion ---------- [TwigBridge] Fix switch-custom changelog entry | Q | A | ------------- | --- | Branch? | 4.4 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Relates to #33954 | License | MIT | Doc PR | N/A As it doesn't really mention `switch-custom` is a css class. Commits ------- b03b7f4 [TwigBridge] Fix switch-custom changelog entry
2 parents 88759a3 + b03b7f4 commit ba07cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CHANGELOG
1010
* the `LintCommand` lints all the templates stored in all configured Twig paths if none argument is provided
1111
* deprecated accepting STDIN implicitly when using the `lint:twig` command, use `lint:twig -` (append a dash) instead to make it explicit.
1212
* added `--show-deprecations` option to the `lint:twig` command
13-
* added support for Bootstrap4 switches, use `switch-custom` as `label_attr` in a `CheckboxType`
13+
* added support for Bootstrap4 switches: add the `switch-custom` class to the label attributes of a `CheckboxType`
1414
* Marked the `TwigDataCollector` class as `@final`.
1515

1616
4.3.0

0 commit comments

Comments
 (0)