From 24f71e31d357ed4b80e514658b919a8f0c523af2 Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Fri, 23 Sep 2022 10:19:17 +0200 Subject: [PATCH] [*]: update the changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2bcca..6bef18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 0.19.6 (2022-09-23) + +- try to fix autoload #11 +- inheritDoc: use all types (not only from phpdoc) from parent classes & interfaces +- add more tests + + ### 0.19.5 (2022-08-30) - support "::class" from PHP 8