diff --git a/changelog/11282.bugfix.rst b/changelog/11282.bugfix.rst new file mode 100644 index 000000000..c8ee78de5 --- /dev/null +++ b/changelog/11282.bugfix.rst @@ -0,0 +1,3 @@ +Return "None" as the default value if "None" or no default value if provided by the developer. +In this approach, existing calls to the config.getini() function would need to check for "None" +values.