diff --git a/UPGRADE.md b/UPGRADE.md index 7aa7ae0b..4f0ab48d 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -43,6 +43,12 @@ * `identityFile($publicKeyFile,, $privateKeyFile, $passPhrase)` to `identityFile($privateKeyFile)` * `pemFile($pemFile)` to `identityFile($pemFile)` * `forwardAgent()` to `forwardAgent(true)` + +5. Tasks constraints + + * `onlyOn` to `onHosts` + * `onlyOnStage` to `onStage` + # Upgrade from 3.x to 4.x