From 8b836ab446d8439fa9a35081d56351ef8354f24a Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 4 Jul 2022 10:44:17 -0300 Subject: [PATCH] CHANGELOG: Mention #769 forggoten on SIGINT entry --- CHANGELOG.md | 2 +- docs/docs/changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a8272a..5892e401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ ([#776](https://github.com/go-task/task/issues/776), [#777](https://github.com/go-task/task/pull/777)). - Fix behavior of interrupt (SIGINT, SIGTERM) signals. Task will now give time for the processes running to do cleanup work - ([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728)). + ([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728), [#769](https://github.com/go-task/task/pull/769)). - Add new `--exit-code` (`-x`) flag that will pass-through the exit form the command being ran ([#755](https://github.com/go-task/task/pull/755)). diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index b5ae4c6e..d816eacb 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -11,7 +11,7 @@ sidebar_position: 6 ([#776](https://github.com/go-task/task/issues/776), [#777](https://github.com/go-task/task/pull/777)). - Fix behavior of interrupt (SIGINT, SIGTERM) signals. Task will now give time for the processes running to do cleanup work - ([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728)). + ([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728), [#769](https://github.com/go-task/task/pull/769)). - Add new `--exit-code` (`-x`) flag that will pass-through the exit form the command being ran ([#755](https://github.com/go-task/task/pull/755)).