From 3f2389c858027f3cd6a84e37671ce11081b5c872 Mon Sep 17 00:00:00 2001 From: kocsismate Date: Mon, 7 Jan 2019 23:15:47 +0100 Subject: [PATCH] Improve wording --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc375c..c6e07a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ FIXED: ADDED: -- `Psr4NamespaceEntryPoint`: Behaves like the original `WildcardEntryPoint`, but it is faster and more convenient than that if you use PSR-4 -- `Psr4WildcardHint`: Behaves like the original `WildcardHint`, but it is faster and more convenient than that if you use PSR-4 +- `Psr4NamespaceEntryPoint`: Provides a convenient way to define all classes in a PSR-4 namespace as Entry Point +- `Psr4WildcardHint`: Provides a convenient way to define Wildcard Hints if you use PSR-4 namespaces CHANGED: