1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00
This commit is contained in:
Andrey Nering 2022-05-10 18:00:45 -03:00
parent 5472570958
commit ad0b269d53

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## v3.12.1 - 2022-05-10
- Fixed bug where, on Windows, variables were ending with `\r` because we were
only removing the final `\n` but not `\r\n`