From: Marcin Siodelski Date: Fri, 18 Apr 2014 16:53:53 +0000 (+0200) Subject: [master] Added Changelog entry for #3408. X-Git-Tag: trac2406_cl_base X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dbdfeb0e62ba69109d9a2852c5f551fea3154dd;p=thirdparty%2Fkea.git [master] Added Changelog entry for #3408. --- diff --git a/ChangeLog b/ChangeLog index 4219ccee2b..d962da826f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +780. [func] marcin + libkea-cc: JSON parser stores information about the position + of the data element values in the JSON string. The position + comprises the line number and the offset within this line where + the specific value resides. This functionality is intended to + be used for error logging during configuration parsing. + (Trac #3408, git 115a52a6713340fc589f6f95d73d242931239405) + 779. [doc] tmark Added a section to the developer's guide for Kea's DHCP-DDNS component, D2.