Skip to content

Commit

Permalink
[9.x] Fixed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed May 18, 2022
1 parent d3e9086 commit 0e73d4d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Release Notes for 9.x

## [Unreleased](https://github.com/laravel/framework/compare/v9.12.1...9.x)
## [Unreleased](https://github.com/laravel/framework/compare/v9.12.2...9.x)


## [v9.12.2](https://github.com/laravel/framework/compare/v9.12.1...v9.12.2) - 2022-05-11

### Fixed
- Factory fails to eval models and factories when returned from closure ([#42344](https://github.com/laravel/framework/pull/42344))

### Changed
- Added is_string check to QueriesRelationships@requalifyWhereTables ([#42341](https://github.com/laravel/framework/pull/42341))


## [v9.12.1](https://github.com/laravel/framework/compare/v9.12.0...v9.12.1) - 2022-05-10
Expand Down

0 comments on commit 0e73d4d

Please sign in to comment.