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 a684da6 commit c1b765eCopy full SHA for c1b765e
CHANGELOG-8.x.md
@@ -1,6 +1,15 @@
1
# Release Notes for 8.x
2
3
-## [Unreleased](https://github.com/laravel/framework/compare/v8.83.23...8.x)
+## [Unreleased](https://github.com/laravel/framework/compare/v8.83.24...8.x)
4
+
5
6
+## [v8.83.24 (2022-09-22)](https://github.com/laravel/framework/compare/v8.83.23...v8.83.24)
7
8
+### Fixed
9
+- Avoid Passing null to parameter exception on PHP 8.1 ([#43951](https://github.com/laravel/framework/pull/43951))
10
11
+### Changed
12
+- Patch for timeless timing attack vulnerability in user login ([#44069](https://github.com/laravel/framework/pull/44069))
13
14
15
## [v8.83.23 (2022-07-26)](https://github.com/laravel/framework/compare/v8.83.22...v8.83.23)
0 commit comments