Skip to content

Commit f569a3a

Browse files
committed
[9.x] Added changelog
1 parent b3b3dd4 commit f569a3a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

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

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))
420

521

622
## [v9.21.0](https://github.com/laravel/framework/compare/v9.20.0...v9.21.0) - 2022-07-19

0 commit comments

Comments
 (0)