From 9861204e8535691bf0bc926f6865c323343ff9bc Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Tue, 23 Jun 2020 15:42:03 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36543fdef1..0bbe392be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -123,7 +123,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix and simplify parse_iso_time and add tests [#1129](https://github.com/greenbone/gvmd/pull/1129) - Fix gvm-manage-certs. [#1140](https://github.com/greenbone/gvmd/pull/1140) - Fix CVE scanner and results handling [#1141](https://github.com/greenbone/gvmd/pull/1141) - +- Handle interrupted scans [#1146](https://github.com/greenbone/gvmd/pull/1146) + ### Removed - Remove support for "All SecInfo": removal of "allinfo" for type in get_info [#790](https://github.com/greenbone/gvmd/pull/790) - Removed tag_value() by using nvti_get_tag() [#825](https://github.com/greenbone/gvmd/pull/825)