From 1dc2b2e2946ec788de4d3fe78331d1424b1929c8 Mon Sep 17 00:00:00 2001 From: Ioan CHIRIAC Date: Mon, 1 Jun 2015 22:17:44 +0200 Subject: [PATCH] update doc (release) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efdea053c..55505f80d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ If you run into problems with a test, run it with the cli and add the `--debug` Current version is under developpement, all tokens are not yet implemented, but consider that the lexer sucessfully pass the parsing of ZF2 and Laravel, and many aspects of php are implemented. +* 0.0.8 : all tokens are passed on ZF2 (many fixes) * 0.0.7 : isset, unset, try, catch, finally, fix T_STATIC, fix T_NEW with a dynamic var name, improve tests * 0.0.6 : Improve tests, implements arrays & new statements * 0.0.5 : Implement traits