Skip to content

Commit fb720c7

Browse files
committed
add Process.exec to README
1 parent 61c4f42 commit fb720c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.0 (in progress)
1+
## 0.2.0
22

33
- (chore) Auto-build and test binary releases for Windows, Mac, Linux platforms on tagged versions
44
- (enh) Integrate `Mirror` functionality for stack trace introspection (via wren-essentials)
@@ -8,6 +8,8 @@
88
- (enh) Add `Runtime` API for getting information about the runtime
99
- (enh) Add `Process.exit()` and `Process.exit(code)`
1010
- (enh) Add `Stderr.write(_)` and `Stderr.print(_)`
11+
- (fix) `Process.exit()` should actually work properly now
12+
- (enh) Add `Process.exec(command, [arguments, [workingDirectory, [environment]]])`
1113

1214
## 0.1.0
1315

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Our hope is to extend the libraries available without breaking forwards compatib
9090

9191
### `os` module
9292

93+
- `Process.exec(command, [arguments, [workingDirectory, [environment]]])` - Run an external command and display it's output
9394
- `Process.exit()` - Exit immediately with 0 status code
9495
- `Process.exit(code)` - Exit immediately with the specified exit status code. (https://github.com/wren-lang/wren-cli/pull/74)
9596

0 commit comments

Comments
 (0)