diff options
author | Bart Schaefer <schaefer@zsh.org> | 2024-09-14 12:40:56 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2024-09-14 12:40:56 -0700 |
commit | 8ad625d90c2df0246aa921c51d248a3b28f43da9 (patch) | |
tree | 131799ec13fab2cd058c834e8f440b8adaae4be9 /ChangeLog | |
parent | 6bc8c60933b398fbae11901efac61394814da69e (diff) | |
download | zsh-8ad625d90c2df0246aa921c51d248a3b28f43da9.tar.gz zsh-8ad625d90c2df0246aa921c51d248a3b28f43da9.tar.xz zsh-8ad625d90c2df0246aa921c51d248a3b28f43da9.zip |
53088: enable `time' on builtins, assignments, and current-shell actions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5260a9665..00a89d48f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-09-14 Bart Schaefer <schaefer@zsh.org> + + * 53088: Src/exec.c, Src/jobs.c, Test/A01grammar.ztst, + Test/A08time.ztst: enable `time' on builtins, assignments, and + other current-shell actions, including failed commands. Tests. + 2024-09-14 Oliver Kiddle <opk@zsh.org> * c.f. Emil Velikov: 53072: Completion/Linux/Command/_dkms: |