We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27278c7 commit 9df4143Copy full SHA for 9df4143
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+5.1.6
2
+
3
+- added Monolog 2.x compatible handler (idea by mahagr, thanks!)
4
+- improved log to handle all Throwable classes as exceptions (idea by EdmondDantes, thanks!)
5
+- fixed support for capturing console output in Laravel 9 (reported by mikerockett, thanks!)
6
7
5.1.5
8
9
- removed support for psr/log
Clockwork/Clockwork.php
@@ -15,7 +15,7 @@
15
class Clockwork
16
{
17
// Clockwork library version
18
- const VERSION = '5.1.5';
+ const VERSION = '5.1.6';
19
20
// Array of data sources, these objects collect metadata for the current application run
21
protected $dataSources = [];
0 commit comments