Skip to content

Commit dc542d6

Browse files
committed
[9.x] Update changelog
1 parent e954b99 commit dc542d6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.36.2...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.36.3...9.x)
4+
5+
6+
## [v9.36.3](https://github.com/laravel/framework/compare/v9.36.2...v9.36.3) - 2022-10-19
7+
8+
### Reverted
9+
- Reverts micro-optimization on view events ([#44653](https://github.com/laravel/framework/pull/44653))
10+
11+
### Fixed
12+
- Fixes blade not forgetting compiled views on view:clear ([#44643](https://github.com/laravel/framework/pull/44643))
13+
- Fixed `Illuminate/Database/Eloquent/Model::offsetExists()` ([#44642](https://github.com/laravel/framework/pull/44642))
14+
- Forget component's cache and factory between tests ([#44648](https://github.com/laravel/framework/pull/44648))
15+
16+
### Changed
17+
- Bump Testbench dependencies ([#44651](https://github.com/laravel/framework/pull/44651))
418

519

620
## [v9.36.2](https://github.com/laravel/framework/compare/v9.36.1...v9.36.2) - 2022-10-18

0 commit comments

Comments
 (0)