summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPiotrek Zadroga <piotrek@isc.org>2023-09-18 18:53:21 +0200
committerPiotrek Zadroga <piotrek@isc.org>2023-09-18 19:20:28 +0200
commit3d69f66c049444ee66471c9e1e8599b52ffb24bc (patch)
tree977e03dafaec99a36d810afea0c2aa162538e3eb /ChangeLog
parent[#3038] ChangeLog update (diff)
downloadkea-3d69f66c049444ee66471c9e1e8599b52ffb24bc.tar.xz
kea-3d69f66c049444ee66471c9e1e8599b52ffb24bc.zip
[#3038] addressed review comments
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 45d8a03ffe..9aafb8e459 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2177. [func] piotrek
Implemented new DHCPv4 hook point "lease4_offer".
- The callout is executed after the server has
- received the DHCPDISCOVER and the DHCPOFFER is yet
- to be sent back to the client.
+ The callout is executed after the server has received
+ the DHCPDISCOVER and the DHCPOFFER has been constructed
+ but not yet sent to the client.
(Gitlab #3038, #3063)
2176. [doc] piotrek, razvan