Skip to content

Commit

Permalink
Prepare release 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jun 19, 2015
1 parent 4e53428 commit b287fbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.13.x-dev"
"dev-master": "1.14.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit b287fbb

Please sign in to comment.