From 2a3c7fb087aec2a4aaf60b638784263270709fa2 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Wed, 9 Sep 2020 09:13:22 +0200 Subject: [PATCH] Update CHANGELOG.md (#1046) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f71af44..b1c0363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file. - Fix phpdoc generate for custom cast with parameter [\#986 / artelkr](https://github.com/barryvdh/laravel-ide-helper/pull/986) - Created a possibility to add custom relation type [\#987 / efinder2](https://github.com/barryvdh/laravel-ide-helper/pull/987) +### Changed +- Implement DeferrableProvider [\#914 / kon-shou](https://github.com/barryvdh/laravel-ide-helper/pull/914) + 2020-09-07, 2.8.1 ----------------- ### Added