Skip to content

Commit a8b1af6

Browse files
committed
[9.x] Added changelog
1 parent dc32641 commit a8b1af6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.14.0...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.14.1...9.x)
4+
5+
6+
## [v9.14.1](https://github.com/laravel/framework/compare/v9.14.0...v9.14.1) - 2022-05-25
7+
8+
### Added
9+
- Model::whereRelation add callback function ([#42491](https://github.com/laravel/framework/pull/42491))
10+
- Add Conditionable Trait to Illuminate\Support\Carbon ([#42500](https://github.com/laravel/framework/pull/42500))
11+
12+
### Fixed
13+
- Fix afterCommit and DatabaseTransactions ([#42502](https://github.com/laravel/framework/pull/42502))
14+
- Fixed regression when only some route parameters are scoped ([#42517](https://github.com/laravel/framework/pull/42517))
415

516

617
## [v9.14.0](https://github.com/laravel/framework/compare/v9.13.0...v9.14.0) - 2022-05-24

0 commit comments

Comments
 (0)