Update CHANGELOG.md

This commit is contained in:
fagai 2017-11-23 12:33:32 +09:00
parent 591cb8d447
commit f33a9efa41

View File

@ -9,6 +9,7 @@
- Host's `roles()` API now can accept arrays too
- Fixed bug where wrong time format is passed to touch when deploying assets [#1390]
- Added artisan:migrate:fresh task for laravel recipe
- Added platform config to composer.json [#1426]
### Fixed
- Fixed bug when config:hosts shows more than one table of hosts [#1403]
@ -319,6 +320,7 @@
- Fixed typo3 recipe
- Fixed remove of shared dir on first deploy
[#1426]: https://github.com/deployphp/deployer/pull/1426
[#1413]: https://github.com/deployphp/deployer/pull/1413
[#1403]: https://github.com/deployphp/deployer/pull/1403
[#1390]: https://github.com/deployphp/deployer/pull/1390