From 76c4f7845a6ec5d8e9bd09f833f89d590888ccb1 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Mon, 15 Mar 2021 08:37:34 +0100 Subject: [PATCH 1/2] chore: mention the fix from https://github.com/barryvdh/laravel-ide-helper/pull/1005 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16a1cbe4..b26777cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Error when generating helper for invokable classes [\#1124 / standaniels](https://github.com/barryvdh/laravel-ide-helper/pull/1124) - Fix broken ReflectionUnionTypes [\#1132 / def-studio](https://github.com/barryvdh/laravel-ide-helper/pull/1132) +- Relative class names are not converted to fully-qualified class names [\#1005 / SavKS](https://github.com/barryvdh/laravel-ide-helper/pull/1005) 2020-12-30, 2.9.0 ----------------- From cb1769c2f17f212be042bd196f6564225aae8add Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Mon, 15 Mar 2021 20:16:19 +0100 Subject: [PATCH 2/2] chore: mention https://github.com/barryvdh/laravel-ide-helper/pull/1163 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26777cf9..5c5b187a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - Generate PHPDoc for Laravel 8.x factories [\#1074 / ahmed-aliraqi](https://github.com/barryvdh/laravel-ide-helper/pull/1074) - Add a comment to a property like table columns [\#1168 / biiiiiigmonster](https://github.com/barryvdh/laravel-ide-helper/pull/1168) +- Added `post_migrate` hook to run commands after a migration [\#1163 / netpol](https://github.com/barryvdh/laravel-ide-helper/pull/1163) ### Fixed - Error when generating helper for invokable classes [\#1124 / standaniels](https://github.com/barryvdh/laravel-ide-helper/pull/1124)