Skip to content

Commit 3721ca3

Browse files
authored
Update CHANGELOG-8.x.md
1 parent 96bb4d4 commit 3721ca3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG-8.x.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@
1616
- Fix enum casts arrayable behaviour ([#40999](https://github.com/laravel/framework/pull/40999))
1717

1818

19+
## [v8.83.0 (2022-02-08)](https://github.com/laravel/framework/compare/v8.82.0...v8.83.0)
20+
21+
### Added
22+
* Add isolation level configuration for Postgres connector by @rezaamini-ir in https://github.com/laravel/framework/pull/40767
23+
* Add a string helper to swap multiple keywords in a string by @amitmerchant1990 in https://github.com/laravel/framework/pull/40831 & https://github.com/laravel/framework/commit/220f4ac11d462b4ee9ff2cb9b48b93d6f560223a
24+
25+
### Changed
26+
* Make `PendingRequest` `Conditionable` by @phillipfickl in https://github.com/laravel/framework/pull/40762
27+
* Add a BladeCompiler::renderComponent() method to render a component instance by @tobyzerner in https://github.com/laravel/framework/pull/40745
28+
* Doc block tweaks in `BladeCompiler.php` by @JayBizzle in https://github.com/laravel/framework/pull/40772
29+
* Revert Bit operators by @driesvints in https://github.com/laravel/framework/pull/40791
30+
* Improves `Support\Reflector` to support checking interfaces by @hassanhe in https://github.com/laravel/framework/pull/40822
31+
* Support cursor pagination with union query by @deleugpn in https://github.com/laravel/framework/pull/40848
32+
* Consistent `Stringable::swap()` & `Str::swap()` implementations by @derekmd in https://github.com/laravel/framework/pull/40855
33+
34+
### Fixed
35+
* Do not set SYSTEMROOT to false by @Galaxy0419 in https://github.com/laravel/framework/pull/40819
36+
37+
1938
## [v8.82.0 (2022-02-01)](https://github.com/laravel/framework/compare/v8.81.0...v8.82.0)
2039

2140
### Added

0 commit comments

Comments
 (0)