From 96d1953659cc3f7412dfd3a8dafcc75a4b376ba4 Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Fri, 5 Oct 2018 01:56:07 +0530 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf07a1..430731b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ All notable changes to the Laravel Mail Viewer be documented in this file +## v2.0.3 (05-10-2018) +- We can now define the [factory states](https://laravel.com/docs/5.7/database-testing#factory-states) to be used for any dependency of a mailable, if the dependency is an eloquent model. [PR for this feature](https://github.com/JoggApp/laravel-mail-viewer/pull/10) +- Big thanks & credits to [Wouter Peschier](https://github.com/kielabokkie) for making this possible :) + ## v2.0.2 (29-09-2018) - Fix class check and cover all data types.