Browse Source

changes file for ticket 30914

Nick Mathewson 5 years ago
parent
commit
e8790971f6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      changes/ticket30914

+ 4 - 0
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.