From dba7524b3724f25b947cd26a580787c55c8a6f9b Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 24 Mar 2015 20:10:28 +0100 Subject: [PATCH] Release PHP-Parser 1.2.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3a029..7213a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ -Version 1.2.1-dev +Version 1.2.2-dev ----------------- Nothing yet. +Version 1.2.1 (2015-03-24) +-------------------------- + +* Fixed registration of the aliases introduced in 1.2.0. Previously the old class names could not be used in + `instanceof` checks under some circumstances. + Version 1.2.0 (2015-03-22) --------------------------