Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jan 7, 2019
1 parent b703714 commit ff1f694
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ff1f694

Please sign in to comment.