-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc39aaa
commit bde2fb1
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
## [Unreleased] | ||
### Added | ||
- This ChangeLog. | ||
|
||
## [1.1.0] - 2018-08-14 | ||
* Added: `escapeCommand` method, taking an array of arguments that includes the executable. | ||
* Added: optional `module` argument to improve edge-case escaping for the executable. | ||
* Fixed: replaced `escapeshellarg` usage to avoid locale problems. | ||
* Fixed: continual updates to use Chocolatey with appveyor. | ||
|
||
## 1.0.0 - 2016-08-04 | ||
### Added | ||
- First release | ||
## [1.0.0] - 2016-08-04 | ||
* Initial release | ||
|
||
[Unreleased]: https://github.com/johnstevenson/winbox-args/compare/v1.0.0...HEAD | ||
[Unreleased]: https://github.com/johnstevenson/winbox-args/compare/v1.1.0...HEAD | ||
[1.1.0]: https://github.com/johnstevenson/winbox-args/compare/v1.0.0...v1.1.0 | ||
[1.0.0]: https://github.com/johnstevenson/winbox-args/compare/a6a5783f708a...v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters