changes file for ticket 30914

This commit is contained in:
Nick Mathewson
2019-06-19 16:24:07 -04:00
parent c390efe84f
commit e8790971f6
+4
View File
@@ -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.