Skip to content

Commit

Permalink
update changelog for exec/subshell changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthehenry committed Feb 26, 2022
1 parent e946682 commit 90404cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ There are no *releases* of `sd`, per se, but I have occasionally made changes.

- autocompletion now completes arguments to commands instead of just commands
- only completes positional file arguments and the built-in flags (like `--help`)
- `sd` now only forks a subshell when invoked as a function
- `sd` now `exec`s scripts instead of `fork`+`exec`
- this fixes the rare issue where a long-running script could throw errors when it finished if you were editing the `sd` executable itself while the script was running, because `bash` was trying to execute the "rest" of the file and apparently doing so by byte index or something (??)
- this only affects me

## 2021-02-24

Expand Down

0 comments on commit 90404cb

Please sign in to comment.