Skip to content

Commit

Permalink
Added missing entry to change log and correct next version indicator (#…
Browse files Browse the repository at this point in the history
…685)

* Added missing entry to change log and correct next version indicator

* Update composer.json
  • Loading branch information
GrahamCampbell committed Jul 19, 2020
1 parent d8b19d7 commit cd7c058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,9 @@
Version 4.6.1-dev
Version 4.7.0-dev
-----------------

### Added

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.6-dev"
"dev-master": "4.7-dev"
}
},
"autoload": {
Expand Down

0 comments on commit cd7c058

Please sign in to comment.