Skip to content

Commit a7c1046

Browse files
committed
Fixed CS and CHANGELOG
1 parent 6684794 commit a7c1046

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## 3.3.2 (2018-12-29)
1+
## 3.4.0 (xxxx-xx-xx)
22

3+
* Flush loggers on `kernel.reset`
4+
* Register processors (`ProcessorInterface`) for autoconfiguration (tag: `monolog.processor`)
5+
* Expose configuration for the `ConsoleHandler`
36
* Fixed psr-3 processing being applied to all handlers, only leaf ones are now processing
47
* Fixed regression when `app` channel is defined explicitly
58
* Fixed handlers marked as nested not being ignored properly from the stack

DependencyInjection/MonologExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Bundle\MonologBundle\DependencyInjection;
1313

1414
use Monolog\Processor\ProcessorInterface;
15+
use Monolog\ResettableInterface;
1516
use Symfony\Bridge\Monolog\Processor\TokenProcessor;
1617
use Symfony\Bridge\Monolog\Processor\WebProcessor;
1718
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
@@ -20,7 +21,6 @@
2021
use Symfony\Component\Config\FileLocator;
2122
use Symfony\Component\DependencyInjection\Definition;
2223
use Symfony\Component\DependencyInjection\Reference;
23-
use Monolog\ResettableInterface;
2424

2525
/**
2626
* MonologExtension is an extension for the Monolog library.

0 commit comments

Comments
 (0)