From 6f9c9694d843e72fc8484f2cb387dbb1a1af0183 Mon Sep 17 00:00:00 2001 From: ArnoStiefvater Date: Wed, 19 May 2021 11:49:35 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae4476b9..24d04fe3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add function to find and return a host from a host list. [490](https://github.com/greenbone/gvm-libs/pull/490) ### Changed +- Make test_alive_hosts_only (Boreas) feature the new default. [503](https://github.com/greenbone/gvm-libs/pull/503) + ### Fixed - Unify GLib log domains [#479](https://github.com/greenbone/gvm-libs/pull/479) - Fix double free. [#499](https://github.com/greenbone/gvm-libs/pull/499)