From 9c18e3db49fa469f5feffe40dbd7b1ec2b61e41f Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 28 Feb 2018 21:38:50 +0100 Subject: [PATCH] Release PHP-Parser 4.0.0 --- CHANGELOG.md | 9 +++++++-- README.md | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7899698..2961f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ -Version 4.0.0-dev +Version 4.0.1-dev ----------------- -* No significant changes since the beta 1 release. +Nothing yet. + +Version 4.0.0 (2018-02-28) +-------------------------- + +* No significant code changes since the beta 1 release. Version 4.0.0-beta1 (2018-01-27) -------------------------------- diff --git a/README.md b/README.md index 1b9b114..491d264 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ PHP Parser This is a PHP 5.2 to PHP 7.2 parser written in PHP. Its purpose is to simplify static code analysis and manipulation. -[**Documentation for version 3.x**][doc_3_x] (stable; for running on PHP >= 5.5; for parsing PHP 5.2 to PHP 7.2). +[**Documentation for version 4.x**][doc_master] (stable; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 7.2). -[Documentation for version 4.x][doc_master] (beta; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 7.2). +[Documentation for version 3.x][doc_3_x] (stable; for running on PHP >= 5.5; for parsing PHP 5.2 to PHP 7.2). Features --------