Parcourir la source

[master] Add ChangeLog entry for #3239

Mukund Sivaraman il y a 11 ans
Parent
commit
f0a7b4ecbb
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      ChangeLog

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+740.	[func]		muks
+	When displaying messages about mismatched configuration data types
+	in entered values (between the supplied value type and expected
+	schema type), bindctl now includes both the supplied and expected
+	configuration data types in the returned error. The user has more
+	information on what caused the error now.
+	(Trac #3239, git 84d5eda2a6ae0d737aef68d56023fc33fef623e6)
+
 739.	[bug]		muks
 	Various minor updates were made to the SSHFP RDATA parser. Mainly,
 	the SSHFP constructor no longer throws an isc::BadValue exception.