1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00

CHANGELOG: Add entry for #1035

This commit is contained in:
Andrey Nering 2023-03-06 09:47:33 -03:00 committed by GitHub
parent 99ab2a4d62
commit 6e346de9fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Unreleased
- Fixed bug where `.task/checksum` file was sometimes not being created when
task also declares a `status:`
([#840](https://github.com/go-task/task/issues/840), [#1035](https://github.com/go-task/task/pull/1035) by @harelwa).
- Fixed deadlock issue when using `run: once`
([#715](https://github.com/go-task/task/issues/715), [#1025](https://github.com/go-task/task/pull/1025) by @theunrepentantgeek).

View File

@ -18,4 +18,3 @@ tasks:
- ./source.txt
status:
- test -f ./generated.txt