From bc4d53ffa71d5ced4a264f443386f74a58d632d2 Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Wed, 23 Oct 2019 15:36:51 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c679feb2..de19b817c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Make solution and solution_type explicit for nvti. [#255](https://github.com/greenbone/gvm-libs/pull/255) - Internalize struct nvtpref_t. [#260](https://github.com/greenbone/gvm-libs/pull/260) - Extend redis connection error msg with actual path. [#264](https://github.com/greenbone/gvm-libs/pull/264) +- Disable testhosts test as it's not really a test. [#287](https://github.com/greenbone/gvm-libs/pull/287) ### Fixed - Prevent g_strsplit to be called with NULL. [#238](https://github.com/greenbone/gvm-libs/pull/238)