From: Marcin Siodelski Date: Sat, 4 Sep 2021 16:55:33 +0000 (+0200) Subject: [#2077] Added ChangeLog for issue 2077 X-Git-Tag: Kea-2.0.0~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=595355e46c50eb809dced10b06e1d9cb27208fd2;p=thirdparty%2Fkea.git [#2077] Added ChangeLog for issue 2077 --- diff --git a/ChangeLog b/ChangeLog index 79672b6955..d4f019391b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1943. [bug] marcin + Fixed a bug in fetching client classes from the Config Backend. + The bug resulted in failures during attempts to evaluate the + classes for a received packet. + (Gitlab #2077) + 1942. [func] fdupont Added basic statistics to the DHCP-DDNS server. (Gitlab #2040)