Skip to content

Commit ff9ca06

Browse files
[8.x] Update changelog (#41051)
* Update CHANGELOG-8.x.md * Update CHANGELOG-8.x.md Co-authored-by: Dries Vints <[email protected]>
1 parent bddba11 commit ff9ca06

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.82.0...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.83.1...8.x)
4+
5+
6+
## [v8.83.1 (2022-02-15)](https://github.com/laravel/framework/compare/v8.83.0...v8.83.1)
7+
8+
### Added
9+
- Add firstOr() function to BelongsToMany relation ([#40828](https://github.com/laravel/framework/pull/40828))
10+
- Catch suppressed deprecation logs ([#40942](https://github.com/laravel/framework/pull/40942))
11+
- Add doesntContain to higher order proxies ([#41034](https://github.com/laravel/framework/pull/41034))
12+
13+
### Fixed
14+
- Fix replacing request options ([#40954](https://github.com/laravel/framework/pull/40954), [30e341b](https://github.com/laravel/framework/commit/30e341b7fe4e4d9019df42b7eff6c7dfa5ea30e5))
15+
- Fix isRelation() failing to check an Attribute ([#40967](https://github.com/laravel/framework/pull/40967))
16+
- Fix enum casts arrayable behaviour ([#40999](https://github.com/laravel/framework/pull/40999))
417

518

619
## [v8.82.0 (2022-02-01)](https://github.com/laravel/framework/compare/v8.81.0...v8.82.0)

0 commit comments

Comments
 (0)