From 9341cc59a4f6d7a0e59446344f18b1a89b5c6651 Mon Sep 17 00:00:00 2001 From: Serhii Shliakhov Date: Mon, 31 Jul 2023 18:09:49 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88beefc..2e94708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/) ## [Unreleased] +makeSearchableUsing + +## [7.3.0] - 2023-07-31 +### Added +- [Added support for `makeSearchableUsing` in Laravel Scout. This allows you to prepare and modify a collection of models before they are made searchable. For example, you may want to eager load a relationship so that the relationship data can be efficiently added to your search index.](https://github.com/matchish/laravel-scout-elasticsearch/pull/253) ## [7.2.2] - 2023-06-06 ### Fixed