Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jan 4, 2019
1 parent 6ca4ffb commit defec6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ FIXED:
ADDED:

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

CHANGED:

- Container definitions are inlined (referenced directly) in the compiled container when possible
- Container definitions are inlined 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
Expand Down

0 comments on commit defec6e

Please sign in to comment.