Skip to content

Commit d8af130

Browse files
committed
Update changelog
1 parent 6492f2b commit d8af130

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Table of Contents
1010
* [API overview](#api-overview)
1111
* [Basic usage](#basic-usage)
1212
* [Example](#example)
13-
* [Metadata](#introspection)
13+
* [Metadata](#metadata)
1414
* [Flags](#flags)
1515
* [AST node kinds](#ast-node-kinds)
1616
* [AST versioning](#ast-versioning)

package.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
</stability>
2424
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
2525
<notes>
26-
- XXX
26+
- Added ast\get_metadata() function, which returns an array of ast\Metadata objects, one for each
27+
AST kind. The metadata contains information such as the supported flags for the kind.
28+
- Added ast\get_supported_versions() function, which provides an array of currently supported AST
29+
versions.
2730
</notes>
2831
<contents>
2932
<dir name="/">
@@ -59,6 +62,7 @@
5962
<file name="empty_file_parse.phpt" role="test" />
6063
<file name="generator_flag.phpt" role="test" />
6164
<file name="get_kind_name.phpt" role="test" />
65+
<file name="get_supported_versions.phpt" role="test" />
6266
<file name="invalid_file.php" role="test" />
6367
<file name="magic_constants.phpt" role="test" />
6468
<file name="metadata.phpt" role="test" />

0 commit comments

Comments
 (0)