Skip to content

Commit 68fcc2b

Browse files
committed
Update changelog
1 parent 42e8e66 commit 68fcc2b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@
2323
</stability>
2424
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
2525
<notes>
26-
- TBD
26+
This release is the same as version 0.1.7 with obsolete and deprecated functionality removed.
27+
28+
- Removed AST versions prior to version 50.
29+
- Removed ast\Node\Decl class, which is no longer used.
30+
- Removed AST kinds AST_AND, AST_COALESCE, AST_GREATER, AST_GREATER_EQUAL, AST_OR, AST_SILENCE,
31+
AST_UNARY_MINUS, and AST_UNARY_PLUS, which are no longer used.
32+
- Removed ASSIGN_* AST flags, which are no longer used.
2733
</notes>
2834
<contents>
2935
<dir name="/">
@@ -40,7 +46,6 @@
4046
<file name="php_ast.h" role="src" />
4147
<dir name="tests">
4248
<file name="001.phpt" role="test" />
43-
<file name="002.phpt" role="test" />
4449
<file name="array_destructuring_old.phpt" role="test" />
4550
<file name="array_destructuring.phpt" role="test" />
4651
<file name="assign_ops.phpt" role="test" />

0 commit comments

Comments
 (0)