]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for ticket 30914
authorNick Mathewson <nickm@torproject.org>
Wed, 19 Jun 2019 20:24:07 +0000 (16:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 Jun 2019 16:51:25 +0000 (12:51 -0400)
changes/ticket30914 [new file with mode: 0644]

diff --git a/changes/ticket30914 b/changes/ticket30914
new file mode 100644 (file)
index 0000000..c8c008b
--- /dev/null
@@ -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.