Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 12, 2022
1 parent 7cf864b commit 7811f6d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Release Notes

## [Unreleased](https://github.com/laravel/scout/compare/v9.3.4...9.x)
## [Unreleased](https://github.com/laravel/scout/compare/v9.4.0...9.x)


## [v9.4.0 (2022-01-12)](https://github.com/laravel/scout/compare/v9.3.4...v9.4.0)

### Added
- Add a DatabaseEngine ([#564](https://github.com/laravel/scout/pull/564))

### Changed
- Optimize whereIn to use whereIntegerInRaw when primaryKey is integer ([#568](https://github.com/laravel/scout/pull/568))
- Add limit to collection engine ([#569](https://github.com/laravel/scout/pull/569))
- Laravel 9 support ([#571](https://github.com/laravel/scout/pull/571))


## [v9.3.4 (2021-12-23)](https://github.com/laravel/scout/compare/v9.3.2...v9.3.4)
Expand Down

0 comments on commit 7811f6d

Please sign in to comment.