File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.77.1...8.x )
4
4
5
+ ### Added
6
+ - Added ` schedule:clear-mutex ` command ([ #40135 ] ( https://github.com/laravel/framework/pull/40135 ) )
7
+ - Added ability to define extra default password rules ([ #40137 ] ( https://github.com/laravel/framework/pull/40137 ) )
8
+ - Added a ` mergeIfMissing ` method to the Illuminate Http Request class ([ #40116 ] ( https://github.com/laravel/framework/pull/40116 ) )
9
+ - Added ` Illuminate/Support/MultipleInstanceManager ` ([ 40913ac] ( https://github.com/laravel/framework/commit/40913ac8f8d07cca08c10ea7b4adc6c45b700b10 ) )
10
+ - Added ` SimpleMessage::lines() ` ([ #40147 ] ( https://github.com/laravel/framework/pull/40147 ) )
11
+
12
+ ### Changed
13
+ - Improve support for custom Doctrine column types ([ #40119 ] ( https://github.com/laravel/framework/pull/40119 ) )
14
+ - Remove an useless check in Console Application class ([ #40145 ] ( https://github.com/laravel/framework/pull/40145 ) )
15
+
5
16
6
17
## [ v8.77.1 (2021-12-21)] ( https://github.com/laravel/framework/compare/v8.77.0...v8.77.1 )
7
18
You can’t perform that action at this time.
0 commit comments