summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket309144
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket30914 b/changes/ticket30914
new file mode 100644
index 0000000000..c8c008b3d1
--- /dev/null
+++ b/changes/ticket30914
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Lower another layer of object management from confparse.c to
+ a more general tool. Now typed structure members are accessible
+ via an abstract type. Implements ticket 30914.