Skip to content

Commit 0ec2c41

Browse files
committed
[9.x] Added changelog
1 parent 27572f4 commit 0ec2c41

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.26.1...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.27.0...9.x)
4+
5+
6+
## [v9.27.0](https://github.com/laravel/framework/compare/v9.26.1...v9.27.0) - 2022-08-30
7+
8+
### Added
9+
- Add getter and setter for connection in the DatabaseBatchRepository class ([#43869](https://github.com/laravel/framework/pull/43869))
10+
11+
### Fixed
12+
- Fix for potential bug with non-backed enums ([#43842](https://github.com/laravel/framework/pull/43842))
13+
- Patch nested array validation rule regression bug ([#43897](https://github.com/laravel/framework/pull/43897))
14+
- Fix registering event listeners with array callback ([#43890](https://github.com/laravel/framework/pull/43890))
15+
16+
### Changed
17+
- Explicitly add column name to SQLite query in `Illuminate/Database/Console/DatabaseInspectionCommand::getSqliteTableSize()` ([#43832](https://github.com/laravel/framework/pull/43832))
18+
- Allow broadcast on demand notifications ([d2b1446](https://github.com/laravel/framework/commit/d2b14466c27a3d62219256cea27088e6ecd9d32f))
19+
- Make Vite::hotFile() public ([#43875](https://github.com/laravel/framework/pull/43875))
20+
- Prompt to create sqlite db when migrating ([#43867](https://github.com/laravel/framework/pull/43867))
21+
- Call prepare() on HttpException responses ([#43895](https://github.com/laravel/framework/pull/43895))
22+
- Make the model:prune command easier to extend ([#43919](https://github.com/laravel/framework/pull/43919))
423

524

625
## [v9.26.1](https://github.com/laravel/framework/compare/v9.26.0...v9.26.1) - 2022-08-23

0 commit comments

Comments
 (0)