Skip to content

Commit c41c218

Browse files
committed
Prepare 1.13 release
1 parent d434bb4 commit c41c218

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.mdown

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 1.13.0 (2015-03-05)
2+
3+
* Added Registry::hasLogger to check for the presence of a logger instance
4+
* Added context.user support to RavenHandler
5+
* Added HipChat API v2 support in the HipChatHandler
6+
* Added NativeMailerHandler::addParameter to pass params to the mail() process
7+
* Added context data to SlackHandler when $includeContextAndExtra is true
8+
* Added ability to customize the Swift_Message per-email in SwiftMailerHandler
9+
* Fixed SwiftMailerHandler to lazily create message instances if a callback is provided
10+
* Fixed serialization of INF and NaN values in Normalizer and LineFormatter
11+
112
### 1.12.0 (2014-12-29)
213

314
* 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.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-master": "1.12.x-dev"
48+
"dev-master": "1.13.x-dev"
4949
}
5050
},
5151
"scripts": {

0 commit comments

Comments
 (0)