]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 31240
authorNick Mathewson <nickm@torproject.org>
Wed, 4 Sep 2019 14:31:45 +0000 (10:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 4 Sep 2019 14:31:45 +0000 (10:31 -0400)
changes/ticket31240 [new file with mode: 0644]

diff --git a/changes/ticket31240 b/changes/ticket31240
new file mode 100644 (file)
index 0000000..0fe37ff
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor features (configuration):
+    - The configuration code has been extended to allow splitting
+      configuration data across multiple objects. Previously, all
+      configuration data needed to be kept in a single object, which
+      tended to become bloated.  Closes ticket 31240.