From 1010cdbd2612f8cbfce18c9efa3588a3c6bc57ff Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Fri, 2 Apr 2021 19:55:52 +0200 Subject: [PATCH] chore: prepare changelog for 2.9.3 release (#1203) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d668f..9457220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. [Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.9.3...master) -------------- +2021-04-02, 2.9.3 +----------------- + +### Fixed +- Support both customized namespace factories as well as default resolvable ones [\#1201 / wimski](https://github.com/barryvdh/laravel-ide-helper/pull/1201) + 2021-04-01, 2.9.2 ----------------- ### Added