Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Prepare 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Dec 31, 2019
1 parent 54181e3 commit eabc78a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Phony changelog

## Next release
## 4.0.0 (2019-12-31)

- **[BC BREAK]** PHP 7.1 is no longer supported.
- **[NEW]** Added support for specifying ad-hoc mock property types ([#247]).
- **[IMPROVED]** Improved exporter output for array references ([#244]).
- **[IMPROVED]** Improved exporter output for weak references ([#245]).
- **[IMPROVED]** Improved type hints and type declarations for better
integration with PHPStan.

[#244]: https://github.com/eloquent/phony/issues/244
[#245]: https://github.com/eloquent/phony/issues/245
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
"dev-master": "4.1.x-dev"
}
}
}

0 comments on commit eabc78a

Please sign in to comment.