From 5cbd9fe207f39ee1d75e00ba8b00e3a8247fd4c4 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 2 Apr 2015 10:03:58 +0200 Subject: [PATCH] [Debug] Updated CHANGELOG --- src/Symfony/Component/Debug/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Symfony/Component/Debug/CHANGELOG.md b/src/Symfony/Component/Debug/CHANGELOG.md index ff7c6af2b7..31f0de9c23 100644 --- a/src/Symfony/Component/Debug/CHANGELOG.md +++ b/src/Symfony/Component/Debug/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +2.7.0 +----- + +* added deprecations checking for parent interfaces/classes to DebugClassLoader +* added ZTS support to symfony_debug extension +* added symfony_debug_backtrace() to symfony_debug extension + to track the backtrace of fatal errors + 2.6.0 -----