Skip to content

Commit

Permalink
Merge branch '4.4'
Browse files Browse the repository at this point in the history
* 4.4:
  [Messenger] use events consistently in worker
  Deprecate things that prevent \Throwable from bubbling down
  • Loading branch information
nicolas-grekas committed Nov 5, 2019
2 parents cd8826a + 3201172 commit 184d178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,7 @@ CHANGELOG
* 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`
* Marked the `TwigDataCollector` class as `@final`.

4.3.0
-----
Expand Down
2 changes: 2 additions & 0 deletions DataCollector/TwigDataCollector.php
Expand Up @@ -25,6 +25,8 @@
* TwigDataCollector.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @final since Symfony 4.4
*/
class TwigDataCollector extends DataCollector implements LateDataCollectorInterface
{
Expand Down

0 comments on commit 184d178

Please sign in to comment.