From ff1f69464509205edf3777417c0ec4feacf49c98 Mon Sep 17 00:00:00 2001 From: kocsismate Date: Mon, 7 Jan 2019 23:12:37 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0ac94..ffc375c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,25 @@ +## 2.8.0 - unreleased + +ADDED: + +CHANGED: + +REMOVED: + +FIXED: + ## 2.7.0 - unreleased ADDED: -- `Psr4NamespaceEntryPoint`: Behaves like the original `WildcardEntryPoint`, but it is faster and more convenient than that if you already use PSR-4 -- `Psr4WildcardHint`: Behaves like the original `WildcardHint`, but it is faster and more convenient than that if you already use PSR-4 +- `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 CHANGED: - `RuntimeContainer` became much-much faster - Faster compilation by optimizing filesystem and array handling -REMOVED: - -FIXED: - ## 2.6.0 - 2019-01-04 ADDED: