From 591a0419fe47b0c379be652c532cb4f669e63769 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 11 Dec 2018 21:35:14 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b65f997..6fb360a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## [v6.1.3](https://github.com/laravel/scout/compare/v6.1.2...v6.1.3) +### Fixed +- Pass plain array to newCollection method ([68fbcd1](https://github.com/laravel/scout/commit/68fbcd1e67fd1e0b9ee8ba32ece2e68e28630c7e)) + ## [v6.1.1](https://github.com/laravel/scout/compare/v6.1.0...v6.1.1) ### Added - Builder implementation can be changed using the container ([#322](https://github.com/laravel/scout/pull/322))