mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	CHANGELOG: Add entry for #1035
This commit is contained in:
		| @@ -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). | ||||
|  | ||||
|   | ||||
							
								
								
									
										1
									
								
								testdata/checksum/Taskfile.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								testdata/checksum/Taskfile.yml
									
									
									
									
										vendored
									
									
								
							| @@ -18,4 +18,3 @@ tasks: | ||||
|       - ./source.txt | ||||
|     status: | ||||
|       - test -f ./generated.txt | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user