]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4495] addressed review
authorRazvan Becheriu <razvan@isc.org>
Sat, 23 May 2026 08:27:17 +0000 (11:27 +0300)
committerRazvan Becheriu <razvan@isc.org>
Sat, 23 May 2026 08:31:00 +0000 (11:31 +0300)
changelog_unreleased/4495-deprecate-leading-zeros-in-number-values

index fe64fd5a4d48b6854bf397b55a7ef8affe1961a4..d903bc96333342074f51818285582e4f838f5189 100644 (file)
@@ -1,7 +1,6 @@
 [func]*                fdupont
        Disallowed leading zeros in JSON floating point values.
        Now incorrect number values in Kea config files are
-       stll accepted but raise warnings.
-       Fixed also the bug which made leading plus '+' not
-       be always rejected.
+       still accepted but raise warnings. Also fixed the bug
+       which made leading plus '+' not be always rejected.
        (Gitlab #4495)