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)