From c11ee0f696752f4ac4b6c88a30bc96cbc46f9946 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 20 Dec 2018 16:00:51 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe79222..12da113d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,4 +26,5 @@ ## [v6.0.0 (2018-10-08)](https://github.com/laravel/scout/compare/v5.0.3...v6.0.0) ### Changed +- Adds default `$query` value on `Searchable::search` ([#309](https://github.com/laravel/scout/pull/309)) - Flush records of a model using the engine. **This removes the emitting of the `ModelsFlushed` event.** ([#310](https://github.com/laravel/scout/pull/310))