mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 13:46:38 +02:00
Update target version and changelog
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
### 1.10.0 (2014-06-04)
|
||||||
|
|
||||||
|
* Added Logger::getHandlers() and Logger::getProcessors() methods
|
||||||
|
* Added $passthruLevel argument to FingersCrossedHandler to let it always pass some records through even if the trigger level is not reached
|
||||||
|
* Added support for extra data in NewRelicHandler
|
||||||
|
* Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message has multiple lines
|
||||||
|
|
||||||
### 1.9.1 (2014-04-24)
|
### 1.9.1 (2014-04-24)
|
||||||
|
|
||||||
* Fixed regression in RotatingFileHandler file permissions
|
* Fixed regression in RotatingFileHandler file permissions
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.9.x-dev"
|
"dev-master": "1.10.x-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user