|
1 | 1 | # Release Notes for 10.x
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/framework/compare/v10.26.0...10.x) |
| 3 | +## [Unreleased](https://github.com/laravel/framework/compare/v10.26.1...10.x) |
| 4 | + |
| 5 | +## [v10.26.1](https://github.com/laravel/framework/compare/v10.26.0...v10.26.1) - 2023-10-03 |
| 6 | + |
| 7 | +- [10.x] Fix selection of vendor files after searching by [@jessarcher](https://github.com/jessarcher) in https://github.com/laravel/framework/pull/48619 |
4 | 8 |
|
5 | 9 | ## [v10.26.0](https://github.com/laravel/framework/compare/v10.25.2...v10.26.0) - 2023-10-03
|
6 | 10 |
|
7 |
| -* [10.x] Convert Expression to string for from in having subqueries by @ikari7789 in https://github.com/laravel/framework/pull/48525 |
8 |
| -* [10.x] Allow searching on `vendor:publish` prompt by @jessarcher in https://github.com/laravel/framework/pull/48586 |
9 |
| -* [10.x] Enhance Test Coverage for Macroable Trait by @salehhashemi1992 in https://github.com/laravel/framework/pull/48583 |
10 |
| -* [10.x] Add new SQL error messages by @magnusvin in https://github.com/laravel/framework/pull/48601 |
11 |
| -* [10.x] Ensure array cache considers milliseconds by @timacdonald in https://github.com/laravel/framework/pull/48573 |
12 |
| -* [10.x] Prevent `session:table` command from creating duplicates by @jessarcher in https://github.com/laravel/framework/pull/48602 |
13 |
| -* [10.x] Handle expiration in seconds by @timacdonald in https://github.com/laravel/framework/pull/48600 |
14 |
| -* [10.x] Avoid duplicate code for create table commands by extending new `Illuminate\Console\MigrationGeneratorCommand` by @crynobone in https://github.com/laravel/framework/pull/48603 |
15 |
| -* [10.x] Add Closure Type Hinting for Query Builders by @AJenbo in https://github.com/laravel/framework/pull/48562 |
| 11 | +- [10.x] Convert Expression to string for from in having subqueries by @ikari7789 in https://github.com/laravel/framework/pull/48525 |
| 12 | +- [10.x] Allow searching on `vendor:publish` prompt by @jessarcher in https://github.com/laravel/framework/pull/48586 |
| 13 | +- [10.x] Enhance Test Coverage for Macroable Trait by @salehhashemi1992 in https://github.com/laravel/framework/pull/48583 |
| 14 | +- [10.x] Add new SQL error messages by @magnusvin in https://github.com/laravel/framework/pull/48601 |
| 15 | +- [10.x] Ensure array cache considers milliseconds by @timacdonald in https://github.com/laravel/framework/pull/48573 |
| 16 | +- [10.x] Prevent `session:table` command from creating duplicates by @jessarcher in https://github.com/laravel/framework/pull/48602 |
| 17 | +- [10.x] Handle expiration in seconds by @timacdonald in https://github.com/laravel/framework/pull/48600 |
| 18 | +- [10.x] Avoid duplicate code for create table commands by extending new `Illuminate\Console\MigrationGeneratorCommand` by @crynobone in https://github.com/laravel/framework/pull/48603 |
| 19 | +- [10.x] Add Closure Type Hinting for Query Builders by @AJenbo in https://github.com/laravel/framework/pull/48562 |
16 | 20 |
|
17 | 21 | ## [v10.25.2](https://github.com/laravel/framework/compare/v10.25.1...v10.25.2) - 2023-09-28
|
18 | 22 |
|
|
0 commit comments