File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 9.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.21.0...9.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.21.1...9.x )
4
+
5
+
6
+ ## [ v9.21.1] ( https://github.com/laravel/framework/compare/v9.21.0...v9.21.1 ) - 2022-07-20
7
+
8
+ ### Added
9
+ - Added "Logs" driver to the about command ([ #43307 ] ( https://github.com/laravel/framework/pull/43307 ) )
10
+ - Allows to install doctrine/dbal from model: show command ([ #43288 ] ( https://github.com/laravel/framework/pull/43288 ) )
11
+ - Added to stub publish command flag that restricts to only existing files ([ #43314 ] ( https://github.com/laravel/framework/pull/43314 ) )
12
+
13
+ ### Fixed
14
+ - Fixes for model: show command ([ #43301 ] ( https://github.com/laravel/framework/pull/43301 ) )
15
+
16
+ ### Changed
17
+ - Handle varying composer -V output ([ #43286 ] ( https://github.com/laravel/framework/pull/43286 ) )
18
+ - Replace resolve() with app() for Lumen compatible ([ #43312 ] ( https://github.com/laravel/framework/pull/43312 ) )
19
+ - Allow using backed enums as route parameters ([ #43294 ] ( https://github.com/laravel/framework/pull/43294 ) )
4
20
5
21
6
22
## [ v9.21.0] ( https://github.com/laravel/framework/compare/v9.20.0...v9.21.0 ) - 2022-07-19
You can’t perform that action at this time.
0 commit comments