diff --git a/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md b/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md index 253c125e12655..d785a0fcd7912 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md @@ -4,11 +4,12 @@ CHANGELOG 4.4.0 ----- - * Added button to clear the ajax request tab - * Deprecated the `ExceptionController::templateExists()` method - * Deprecated the `TemplateManager::templateExists()` method - * Deprecated the `ExceptionController` in favor of `ExceptionPanelController` - * Marked all classes of the WebProfilerBundle as internal + * added button to clear the ajax request tab + * deprecated the `ExceptionController::templateExists()` method + * deprecated the `TemplateManager::templateExists()` method + * deprecated the `ExceptionController` in favor of `ExceptionPanelController` + * marked all classes of the WebProfilerBundle as internal + * added a section with the stamps of a message after it is dispatched in the Messenger panel 4.3.0 ----- diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig index 6f2af8dd452d1..b48aaa82e5787 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig @@ -45,7 +45,7 @@ {{ parent() }}