Update CHANGELOG.md

This commit is contained in:
Anton Medvedev 2019-01-15 12:57:56 +07:00
parent 0db4d18d8f
commit 98d85929a4

View File

@ -1,6 +1,13 @@
# Changelog
## master
[v6.4.1...master](https://github.com/deployphp/deployer/compare/v6.4.1...master)
### Fixed
- Improved ParallelExecutor::generateOptions to manage all types of InputOption [#1792]
## v6.4.1
[v6.4.0...v6.4.1](https://github.com/deployphp/deployer/compare/v6.4.0...v6.4.1)
@ -435,6 +442,7 @@
- Fixed remove of shared dir on first deploy
[#1792]: https://github.com/deployphp/deployer/pull/1792
[#1790]: https://github.com/deployphp/deployer/pull/1790
[#1778]: https://github.com/deployphp/deployer/issues/1778
[#1764]: https://github.com/deployphp/deployer/pull/1764