mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-23 22:42:38 +01:00
Prepare 1.13 release
This commit is contained in:
parent
d434bb4794
commit
c41c218e23
@ -1,3 +1,14 @@
|
|||||||
|
### 1.13.0 (2015-03-05)
|
||||||
|
|
||||||
|
* Added Registry::hasLogger to check for the presence of a logger instance
|
||||||
|
* Added context.user support to RavenHandler
|
||||||
|
* Added HipChat API v2 support in the HipChatHandler
|
||||||
|
* Added NativeMailerHandler::addParameter to pass params to the mail() process
|
||||||
|
* Added context data to SlackHandler when $includeContextAndExtra is true
|
||||||
|
* Added ability to customize the Swift_Message per-email in SwiftMailerHandler
|
||||||
|
* Fixed SwiftMailerHandler to lazily create message instances if a callback is provided
|
||||||
|
* Fixed serialization of INF and NaN values in Normalizer and LineFormatter
|
||||||
|
|
||||||
### 1.12.0 (2014-12-29)
|
### 1.12.0 (2014-12-29)
|
||||||
|
|
||||||
* Break: HandlerInterface::isHandling now receives a partial record containing only a level key. This was always the intent and does not break any Monolog handler but is strictly speaking a BC break and you should check if you relied on any other field in your own handlers.
|
* Break: HandlerInterface::isHandling now receives a partial record containing only a level key. This was always the intent and does not break any Monolog handler but is strictly speaking a BC break and you should check if you relied on any other field in your own handlers.
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.12.x-dev"
|
"dev-master": "1.13.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user