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: versioned_docs/version-v8.1/whats-new.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@ sidebar_position: 1
6
6
7
7
# What's New
8
8
9
-
## What's new in v8.1
10
-
11
-
Lumberjack v8.1 is a minor release that adds support for PHP 8.5 and allows configuration of the [Ignition error handler](https://github.com/spatie/ignition).
12
-
13
9
## What's new in v8.2
14
10
15
11
Lumberjack v8.2 is a minor release with the following changes:
16
12
17
13
-**Dedicated Response Emitter**: A new `ResponseEmitter` class has been introduced to safely handle responses, improving the reliability of Lumberjack. This is an internal change and should not affect your existing code.
18
14
-**Additional Report-Only Error Levels**: `E_NOTICE` and `E_WARNING` have been added to the default report-only error levels. These errors will now be logged without crashing the application. For more details on configuring error reporting, refer to the [v6.0 release notes](#whats-new-in-v60).
19
15
16
+
## What's new in v8.1
17
+
18
+
Lumberjack v8.1 is a minor release that adds support for PHP 8.5 and allows configuration of the [Ignition error handler](https://github.com/spatie/ignition).
19
+
20
20
## What's new in v8.0
21
21
22
22
Lumberjack v8.0 is a major release that updates many core dependencies to provide full support for PHP 8.4.
0 commit comments