mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-13 16:44:23 +02:00
Prepare release 1.14
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
### 1.14.0 (2015-06-19)
|
||||||
|
|
||||||
|
* Added PHPConsoleHandler to send record to Chrome's PHP Console extension and library
|
||||||
|
* Added support for objects implementing __toString in the NormalizerFormatter
|
||||||
|
* Added support for HipChat's v2 API in HipChatHandler
|
||||||
|
* Added Logger::setTimezone() to initialize the timezone monolog should use in case date.timezone isn't correct for your app
|
||||||
|
* Added an option to send formatted message instead of the raw record on PushoverHandler via ->useFormattedMessage(true)
|
||||||
|
* Fixed curl errors being silently suppressed
|
||||||
|
|
||||||
### 1.13.1 (2015-03-09)
|
### 1.13.1 (2015-03-09)
|
||||||
|
|
||||||
* Fixed regression in HipChat requiring a new token to be created
|
* Fixed regression in HipChat requiring a new token to be created
|
||||||
|
@@ -52,7 +52,7 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.13.x-dev"
|
"dev-master": "1.14.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user