You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.mdown
+11
Original file line number
Diff line number
Diff 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
+
1
12
### 1.12.0 (2014-12-29)
2
13
3
14
* 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.
0 commit comments