1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-12 16:14:08 +02:00

Prepare release 1.14

This commit is contained in:
Jordi Boggiano
2015-06-19 14:29:54 +01:00
parent 4e53428476
commit b287fbbe1c
2 changed files with 10 additions and 1 deletions

View File

@@ -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)
* Fixed regression in HipChat requiring a new token to be created

View File

@@ -52,7 +52,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.13.x-dev"
"dev-master": "1.14.x-dev"
}
},
"scripts": {