From ed55d8d6167188caecbd67434c1b6fdca75ff5db Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Fri, 26 Aug 2016 18:15:30 +0200 Subject: [PATCH] Update Changelog for 0.9.0 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ece72ba..3e09f358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Changelog of phpDox -## phpDox 0.9.0 (?? ??? ????) +## phpDox 0.9.0 (26 AUG 2016) * Added check if disable_functions forbids use of exec -* Updated to PHPParser 2.0.0 -* Raised minimum PHP version to 5.4 due to PHPParser 2.0.0 +* Updated to PHPParser 3.0.0 +* Raised minimum PHP version to 5.5 due to PHPParser 3 * Removed PHP 5.3 support +* Update Error handling to support PHP7's \Throwable * Fix: Issue #244 (Error : Unterminated comment starting line 1) +* Fix: Issue #243 (Trait in Trait causes UnitObjectException if the nested trait is missing) +* Fix: Issue #266 (Page Title "phpdox - Test Method") ## phpDox 0.8.1.1 (09 Jul 2015)