From ff6ad2a8d9417d7b839cf11663e90bba135427a4 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 18 Jan 2017 00:59:25 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a23dc47..9c12bac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,21 @@ # Changelog ## master -[master...v4.0.2 ](https://github.com/deployphp/deployer/compare/v4.0.2...master) +[master...v4.0.2](https://github.com/deployphp/deployer/compare/v4.0.2...master) ### Added - Added `testLocally` function (analog `test` fn) ### Changed -- Server config `setPty` renamed to `pty` #953 -- Raised timeout for runLocally to 300 seconds #955 -- `deploy:unlock` now always successful #950 -- Added option `-L` to `setfacl` #956 -- Run `deploy:unlock` when deploy is fail #958 +- Server config `setPty` renamed to `pty` [#953](https://github.com/deployphp/deployer/pull/953) +- Raised timeout for runLocally to 300 seconds [#955](https://github.com/deployphp/deployer/pull/955) +- `deploy:unlock` now always successful [#950](https://github.com/deployphp/deployer/pull/950) +- Added option `-L` to `setfacl` [#956](https://github.com/deployphp/deployer/pull/956) +- Run `deploy:unlock` when deploy is fail [#958](https://github.com/deployphp/deployer/pull/958) ### Fixed - Fixed native ssh scp option -- Fixed bug with `$httpGroup` guard clause #948 +- Fixed bug with `$httpGroup` guard clause [#948](https://github.com/deployphp/deployer/pull/948) ## v4.0.2 🙄