]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2815] Reword Changelog entry
authorSlawek Figiel <slawek@isc.org>
Wed, 24 May 2023 15:21:29 +0000 (17:21 +0200)
committerSlawek Figiel <slawek@isc.org>
Thu, 25 May 2023 11:29:59 +0000 (13:29 +0200)
ChangeLog

index b8d29e59d94715296a6dfb9582e636807b74da78..173f13cb03d94ce21627cc8fc96f7d65c1f92016 100644 (file)
--- 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