Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jan 4, 2019
1 parent 45d1dcd commit 6ca4ffb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
## 2.6.0 - unreleased
## 2.7.0 - unreleased

ADDED:

CHANGED:

REMOVED:

FIXED:

## 2.6.0 - 2019-01-04

ADDED:

- Support for file-based container definitions
- Support for marking an Entry Point as not autoloaded via `ClassEntryPoint::disableAutoload()` and `WildcardEntryPoint::disableAutoload()`
- Support for autoloading reference definitions

CHANGED:

- Container definitions are inlined (referenced directly) in the compiled container when possible
- Autoloaded definitions are inlined in the compiled container when possible
- Various other optimizations of the compiled container based on reference count of container definitions
- Interfaces and parent classes are also autoloaded when an Entry Point is autoloaded
- Reference definitions can also be autoloaded
- Optimize compilation time by minimizing class instantiations and caching
- Build the foundations of a faster dynamic container by making it possible to resolve the dependencies of a single class

REMOVED:

FIXED:

- Definition binding
Expand Down

0 comments on commit 6ca4ffb

Please sign in to comment.