summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2024-07-11 20:56:00 +0200
committerThomas Markwalder <tmark@isc.org>2024-07-18 17:18:14 +0200
commitd247a5d6df74f99049539f0b01c82f7ec69cbac3 (patch)
tree6de25d6a92d40115fd8fc533fb3f1746e5b42c6b /ChangeLog
parent[#3476] Add foreign key UTs (diff)
downloadkea-d247a5d6df74f99049539f0b01c82f7ec69cbac3.tar.xz
kea-d247a5d6df74f99049539f0b01c82f7ec69cbac3.zip
[#3476] Added ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62ea1d562f..317d1223ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2264. [bug]* tmark
+ Corrected an issue with overlapping enum values
+ for option definition data type. This was causing
+ option definitions of type "record", created via
+ config backend commands, to not load properly when
+ fetched from the back end.
+ (Gitlab #3476)
+
2263. [func] fdupont
RFC 8925 "IPv6-Only Preferred Option for DHCPv4" is now
fully implemented: 0.0.0.0 address can be offerred.