From: Francis Dupont Date: Tue, 5 May 2026 08:41:07 +0000 (+0200) Subject: [#4493] Added ChangeLog X-Git-Tag: Kea-3.1.9~109 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a699181244084d2ef53a74635a3645093d93a7a2;p=thirdparty%2Fkea.git [#4493] Added ChangeLog --- diff --git a/changelog_unreleased/4493-fix-doubleelement-str b/changelog_unreleased/4493-fix-doubleelement-str new file mode 100644 index 0000000000..2dbdfce7fc --- /dev/null +++ b/changelog_unreleased/4493-fix-doubleelement-str @@ -0,0 +1,4 @@ +[bug] fdupont + The from JSON double value to string no longer produces + an incorrect output when there is only an exponent part. + (Gitlab #4493)