Skip to content

Commit b9a6037

Browse files
committed
Release version 1.0.1
1 parent eb20e32 commit b9a6037

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
Version 1.0.1-dev
1+
Version 1.0.2-dev
22
-----------------
33

4+
Nothing yet.
5+
6+
Version 1.0.1 (14.10.2014)
7+
--------------------------
8+
49
* Disallow `new` expressions without a class name. Previously `new;` was accidentally considered to be valid code.
510

611
* Support T_ONUMBER token used by HHVM.

doc/1_Installation.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Create a `composer.json` file in your project root and use it to define your dep
1010

1111
{
1212
"require": {
13-
"nikic/php-parser": "~1.0.0"
13+
"nikic/php-parser": "~1.0.1"
1414
}
1515
}
1616

0 commit comments

Comments
 (0)