diff --git a/CHANGELOG.md b/CHANGELOG.md index 5770be2..90feb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 1.0.4 + + * Add `$useExec` option to fix Windows issues (#3) + +## 1.0.3 + + * Add `getExecuted()` to find out execution status of the command + ## 1.0.2 * Add `$escape` parameter to `addArg()` to override escaping settings per call diff --git a/src/Command.php b/src/Command.php index 1eda96b..df9be16 100644 --- a/src/Command.php +++ b/src/Command.php @@ -7,7 +7,7 @@ * This class represents a shell command. * * @author Michael Härtl - * @version 1.0.4-dev + * @version 1.0.4 * @license http://www.opensource.org/licenses/MIT */ class Command