Skip to content

Commit 63fa13b

Browse files
committed
[8.x] update changelog
1 parent 08781be commit 63fa13b

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG-8.x.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Release Notes for 8.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.64.0...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.65.0...8.x)
4+
5+
6+
## [v8.65.0 (2021-10-9)](https://github.com/laravel/framework/compare/v8.64.0...v8.65.0)
7+
8+
### Added
9+
- Allow queueing application and service provider callbacks while callbacks are already being processed ([#39175](https://github.com/laravel/framework/pull/39175), [63dab48](https://github.com/laravel/framework/commit/63dab486a990e26500b1a6520b1493192d6c5104))
10+
- Added ability to validate one of multiple date formats ([#39170](https://github.com/laravel/framework/pull/39170))
11+
- Re-add update from support for PostgreSQL ([#39151](https://github.com/laravel/framework/pull/39151))
12+
- Added `Illuminate/Collections/Traits/EnumeratesValues::reduceSpread()` ([a01e9ed](https://github.com/laravel/framework/commit/a01e9edfadb140559d1bbf9999dda49148bfa5f7))
13+
- Added `Illuminate/Testing/TestResponse::assertRedirectContains()` ([#39233](https://github.com/laravel/framework/pull/39233), [ff340a6](https://github.com/laravel/framework/commit/ff340a6809d07b349aa227c2e4caf3a3ad8f47d5))
14+
- Added gate policy callback ([#39185](https://github.com/laravel/framework/pull/39185))
15+
- Allow Remember Me cookie time to be overriden ([#39186](https://github.com/laravel/framework/pull/39186))
16+
- Adds `--test` and `--pest` options to various `make` commands ([#38997](https://github.com/laravel/framework/pull/38997))
17+
- Added new lost connection message to DetectsLostConnections for Vapor ([#39209](https://github.com/laravel/framework/pull/39209))
18+
- Added `Illuminate/Support/Testing/Fakes/NotificationFake::assertSentOnDemand()` ([#39203](https://github.com/laravel/framework/pull/39203))
19+
- Added Subset in request's collect ([#39191](https://github.com/laravel/framework/pull/39191))
20+
- Added Conditional trait to Eloquent Factory ([#39228](https://github.com/laravel/framework/pull/39228))
21+
- Added a way to skip count check but check $callback at the same time for AssertableJson->has() ([#39224](https://github.com/laravel/framework/pull/39224))
22+
- Added `Illuminate/Support/Str::headline()` ([#39174](https://github.com/laravel/framework/pull/39174))
23+
24+
### Deprecated
25+
- Deprecate `reduceMany` in favor of `reduceSpread` in `Illuminate/Collections/Traits/EnumeratesValues` ([#39201](https://github.com/laravel/framework/pull/39201))
26+
27+
### Fixed
28+
- Fixed HasOneOfMany with callback issue ([#39187](https://github.com/laravel/framework/pull/39187))
29+
30+
### Changed
31+
- Logs deprecations instead of treating them as exceptions ([#39219](https://github.com/laravel/framework/pull/39219))
432

533

634
## [v8.64.0 (2021-10-12)](https://github.com/laravel/framework/compare/v8.63.0...v8.64.0)

0 commit comments

Comments
 (0)