summaryrefslogtreecommitdiff
path: root/changes/ticket32185
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket32185')
-rw-r--r--changes/ticket321854
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32185 b/changes/ticket32185
new file mode 100644
index 0000000000..86f5dc5af1
--- /dev/null
+++ b/changes/ticket32185
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Simplify the options_validate() code so that it looks at the default
+ options directly, rather than taking default options as an argument.
+ This change lets us simplify its interface. Closes ticket 32185.