We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674cdab commit d331569Copy full SHA for d331569
src/Symfony/Bridge/Monolog/CHANGELOG.md
@@ -1,14 +1,18 @@
1
CHANGELOG
2
=========
3
4
+4.3.0
5
+-----
6
+
7
+ * added `ConsoleCommandProcessor`: monolog processor that adds command name and arguments
8
+ * added `RouteProcessor`: monolog processor that adds route name, controller::action and route params
9
10
4.2.0
11
-----
12
13
* The methods `DebugProcessor::getLogs()`, `DebugProcessor::countErrors()`, `Logger::getLogs()`
14
and `Logger::countErrors()` will have a new `$request` argument in version 5.0, not defining
15
it is deprecated
- * added `ConsoleCommandProcessor`: monolog processor that adds command name and arguments
- * added `RouteProcessor`: monolog processor that adds route name, controller::action and route params
16
17
4.1.0
18
0 commit comments