Skip to content

Commit 100ed71

Browse files
committed
[8.x] update changelog
1 parent 50fdbf9 commit 100ed71

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.36.2...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.37.0...8.x)
4+
5+
6+
## [v8.37.0 (2021-04-13)](https://github.com/laravel/framework/compare/v8.36.2...v8.37.0)
7+
8+
### Added
9+
- Allow to retry jobs by queue name ([#36898](https://github.com/laravel/framework/pull/36898), [f2d9b59](https://github.com/laravel/framework/commit/f2d9b595e51d564c5e1390eb42438c632e0daf36), [c351a30](https://github.com/laravel/framework/commit/c351a309f1a02098f9a7ee24a8a402e9ce06fead))
10+
- Added strings to the `DetectsLostConnections.php` ([4210258](https://github.com/laravel/framework/commit/42102589bc7f7b8533ee1b815ef0cc18017d4e45))
11+
- Allow testing of Blade components that return closures ([#36919](https://github.com/laravel/framework/pull/36919))
12+
- Added anonymous migrations ([#36906](https://github.com/laravel/framework/pull/36906))
13+
- Added `Session\Store::missing()` method ([#36937](https://github.com/laravel/framework/pull/36937))
14+
- Handle concurrent asynchronous requests in the HTTP client ([#36948](https://github.com/laravel/framework/pull/36948), [245a712](https://github.com/laravel/framework/commit/245a7125076e52da7ce55b494c1c01f0f28df55d))
15+
- Added tinyText data type to Blueprint and to available database grammars ([#36949](https://github.com/laravel/framework/pull/36949))
16+
- Added a method to remove a resolved view engine ([#36955](https://github.com/laravel/framework/pull/36955))
17+
- Added `Illuminate\Database\Eloquent\Model::getAttributesForInsert()` protected method ([9a9f59f](https://github.com/laravel/framework/commit/9a9f59fcc6e7b93465ce9848b52a473477dff64a), [314bf87](https://github.com/laravel/framework/commit/314bf875ba5d37c056ccea5148181fcb0517f596))
18+
19+
### Fixed
20+
- Fixed clone() on EloquentBuilder ([#36924](https://github.com/laravel/framework/pull/36924))
21+
22+
### Changed
23+
- `Model::delete()` throw LogicException not Exception ([#36914](https://github.com/laravel/framework/pull/36914))
24+
- Make pagination linkCollection() method public ([#36959](https://github.com/laravel/framework/pull/36959))
425

526

627
## [v8.36.2 (2021-04-07)](https://github.com/laravel/framework/compare/v8.36.1...v8.36.2)

0 commit comments

Comments
 (0)