From: Andrei Pavel Date: Fri, 1 Jul 2022 15:36:22 +0000 (+0300) Subject: [#2379] add ChangeLog entry X-Git-Tag: Kea-2.2.0~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f9633b59376bdd8a85ea275d33bec5d6c3cdc4c;p=thirdparty%2Fkea.git [#2379] add ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 58ae18e066..8e1347b355 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2036. [build] andrei + Added a tool that checks if there are any missing REST commands + from the API Reference section of the ARM. + See tools/check-for-missing-api-commands.sh. + It has been integrated into Gitlab CI and runs on every push. + (Gitlab #2379) + 2035. [doc] Daniel Bjors The developer's guide now correctly uses the Lease4CollectionPtr and Lease6CollectionPtr types. Thanks to Daniel Bjors for