Skip to content

Commit 58a4081

Browse files
author
Tom Mitchelmore
committed
Fix what's new order
1 parent 0357984 commit 58a4081

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versioned_docs/version-v8.1/whats-new.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ sidebar_position: 1
66

77
# What's New
88

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-
139
## What's new in v8.2
1410

1511
Lumberjack v8.2 is a minor release with the following changes:
1612

1713
- **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.
1814
- **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).
1915

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+
2020
## What's new in v8.0
2121

2222
Lumberjack v8.0 is a major release that updates many core dependencies to provide full support for PHP 8.4.

0 commit comments

Comments
 (0)