We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a79e27 commit ed55d8dCopy full SHA for ed55d8d
1 file changed
CHANGELOG.md
@@ -1,12 +1,15 @@
1
# Changelog of phpDox
2
3
-## phpDox 0.9.0 (?? ??? ????)
+## phpDox 0.9.0 (26 AUG 2016)
4
5
* Added check if disable_functions forbids use of exec
6
-* Updated to PHPParser 2.0.0
7
-* 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
8
* Removed PHP 5.3 support
9
+* Update Error handling to support PHP7's \Throwable
10
* Fix: Issue #244 (Error : Unterminated comment starting line 1)
11
+* Fix: Issue #243 (Trait in Trait causes UnitObjectException if the nested trait is missing)
12
+* Fix: Issue #266 (Page Title "phpdox - Test Method")
13
14
## phpDox 0.8.1.1 (09 Jul 2015)
15
0 commit comments