Skip to content

Commit cd7c058

Browse files
Added missing entry to change log and correct next version indicator (nikic#685)
* Added missing entry to change log and correct next version indicator * Update composer.json
1 parent d8b19d7 commit cd7c058

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
Version 4.6.1-dev
1+
Version 4.7.0-dev
22
-----------------
33

44
### Added
55

6+
* Add `ParentConnectingVisitor` and `NodeConnectingVisitor` classes.
67
* [PHP 8.0] Added support for match expressions. These are represented using a new `Expr\Match_`
78
containing `MatchArm`s.
89

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"extra": {
2424
"branch-alias": {
25-
"dev-master": "4.6-dev"
25+
"dev-master": "4.7-dev"
2626
}
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)