Skip to content

Commit 180d875

Browse files
committed
Fill in release dates in README
1 parent 3d60000 commit 180d875

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ are listed.
515515

516516
### 60 (current)
517517

518-
Supported since 0.1.7 (XXX).
518+
Supported since 0.1.7 (2018-10-06).
519519

520520
* `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was
521521
always `null`.
@@ -542,7 +542,7 @@ Supported since 0.1.5 (2017-07-19).
542542

543543
### 45 (deprecated)
544544

545-
Supported since 0.1.5 (2017-07-19). Deprecated since 0.1.7 (XXX).
545+
Supported since 0.1.5 (2017-07-19). Deprecated since 0.1.7 (2018-10-06).
546546

547547
This version normalizes the AST to PHP 7.2 format.
548548

@@ -551,7 +551,7 @@ This version normalizes the AST to PHP 7.2 format.
551551

552552
### 40 (deprecated)
553553

554-
Supported since 0.1.4 (2017-01-25). Deprecated since 0.1.7 (XXX).
554+
Supported since 0.1.4 (2017-01-25). Deprecated since 0.1.7 (2018-10-06).
555555

556556
* `AST_COALESCE` is now represented as an `AST_BINARY_OP` with flag `BINARY_COALESCE`.
557557
* For `AST_NAME` nodes with `NAME_FQ` the leading backslash is now dropped if syntax like

0 commit comments

Comments
 (0)