From: Slawek Figiel Date: Wed, 24 May 2023 15:21:29 +0000 (+0200) Subject: [#2815] Reword Changelog entry X-Git-Tag: Kea-2.3.8~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36327342c260558eb955a923767335778bdcfac1;p=thirdparty%2Fkea.git [#2815] Reword Changelog entry --- diff --git a/ChangeLog b/ChangeLog index b8d29e59d9..173f13cb03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,11 @@ 2140. [func] slawek Implemented functions to delete the host reservations from the - configuration. Updated the host manager to fully support altering - (add, update, delete) host reservations in the primary source - (JSON configuration). Its methods accept a new argument - ("operation target") to specify the data source (JSON - configuration and/or hosts database) to query or alter. Fixed a - bug in retrieving IPv6 host reservations from the configuration - by address. + JSON configuration. Updated the host manager to fully support + altering the primary source (JSON configuration). Its methods + accept a new argument ("operation target") to specify the data + source (JSON configuration and/or hosts database) to query or + alter. Fixed a function to retrieving IPv6 host reservations + from the configuration by address. (Gitlab #2815) 2139. [bug] marcin