From defec6e7a4e21f2ce7e5819fed9cf4555da701c7 Mon Sep 17 00:00:00 2001 From: kocsismate Date: Fri, 4 Jan 2019 15:29:37 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51436f4..e8c4aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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