From 0bf561dfe75ba80441c22adecc0529056671a7d2 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 10 Feb 2017 21:20:03 +0100 Subject: [PATCH] Release PHP-Parser 3.0.4 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db9ac5..f9edd35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ -Version 3.0.4-dev +Version 3.0.5-dev ----------------- +Nothing yet. + +Version 3.0.4 (2017-02-10) +-------------------------- + +### Fixed + +* Fixed some extensibility issues in pretty printer (`pUseType()` is now public and `pPrec()` calls + into `p()`, instead of directly dispatching to the type-specific printing method). +* Fixed notice in `bin/php-parse` script. + ### Added * Error recovery from missing semicolons is now supported in more cases. +* Error recovery from trailing commas in positions where PHP does not support them is now supported. Version 3.0.3 (2017-02-03) --------------------------