Skip to content

Commit be19fd5

Browse files
committed
[7.x] update changelog
1 parent af566b6 commit be19fd5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG-7.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v7.18.0...7.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v7.19.0...7.x)
4+
5+
### Fixed
6+
- Fixed `Illuminate\Cache\FileStore::flush()` ([#33458](https://github.com/laravel/framework/pull/33458))
7+
8+
9+
## [v7.19.0 (2020-07-07)](https://github.com/laravel/framework/compare/v7.18.0...v7.19.0)
410

511
### Added
612
- Added `everyTwoHours()` | `everyThreeHours()` | `everyFourHours()` | `everySixHours()` methods to `Illuminate\Console\Scheduling\ManagesFrequencies` ([#33393](https://github.com/laravel/framework/pull/33393))
713
- Conditionally returning appended attributes in API resources ([#33422](https://github.com/laravel/framework/pull/33422))
814
- Added `ScheduledTaskFailed` event ([#33427](https://github.com/laravel/framework/pull/33427))
15+
- Added `Illuminate\Support\Stringable::when()` ([#33455](https://github.com/laravel/framework/pull/33455))
916

1017
### Fixed
1118
- Fixed signed urls with custom parameters ([bcb133e](https://github.com/laravel/framework/commit/bcb133e46906e748067772cf49b2f355441815c5))
@@ -14,6 +21,7 @@
1421

1522
### Chnaged
1623
- Improve SQL Server last insert id retrieval ([#33430](https://github.com/laravel/framework/pull/33430), [de1d159](https://github.com/laravel/framework/commit/de1d1592f3a69bd9952431ee67e76996d00e001c))
24+
- Make Str::endsWith return false if both haystack and needle are empty strings ([#33434](https://github.com/laravel/framework/pull/33434))
1725

1826

1927
## [v7.18.0 (2020-06-30)](https://github.com/laravel/framework/compare/v7.17.2...v7.18.0)

0 commit comments

Comments
 (0)