8000 [7.x] update changelog · laravel/framework@3ae0d2f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ae0d2f

Browse files
committed
[7.x] update changelog
1 parent f647a24 commit 3ae0d2f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG-7.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v7.30.4...7.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v7.30.5...7.x)
4+
5+
6+
## [v7.30.5 (2021-11-17)](https://github.com/laravel/framework/compare/v7.30.4...v7.30.5)
7+
8+
### Added
9+
- Added new line to `DetectsLostConnections` ([#36373](https://github.com/laravel/framework/pull/36373))
10+
11+
### Fixed
12+
- Fixed `Illuminate\View\ViewException::report()` ([#36110](https://github.com/laravel/framework/pull/36110))
13+
- Fixed `Illuminate\Redis\Connections\PhpRedisConnection::spop()` ([#36106](https://github.com/laravel/framework/pull/36106))
14+
- Fixed `Illuminate/Database/Query/Builder::limit()` to only cast integer when given other than null ([#39653](https://github.com/laravel/framework/pull/39653))
15+
- Fixes database offset value with non numbers ([#39656](https://github.com/laravel/framework/pull/39656))
16+
17+
### Changed
18+
- Pipe new through render and report exception methods ([#36037](https://github.com/laravel/framework/pull/36037))
19+
- Typecast page number as integer in `Illuminate\Pagination\AbstractPaginator::resolveCurrentPage()` ([#36055](https://github.com/laravel/framework/pull/36055))
420

521

622
## [v7.30.4 (2021-01-21)](https://github.com/laravel/framework/compare/v7.30.3...v7.30.4)

0 commit comments

Comments
 (0)
0