From: Nick Mathewson Date: Wed, 4 Sep 2019 14:31:45 +0000 (-0400) Subject: changes file for 31240 X-Git-Tag: tor-0.4.2.1-alpha~43^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bcfa286f6b37a98c510459f9cd1ea78f957ea9f;p=thirdparty%2Ftor.git changes file for 31240 --- diff --git a/changes/ticket31240 b/changes/ticket31240 new file mode 100644 index 0000000000..0fe37ff44b --- /dev/null +++ b/changes/ticket31240 @@ -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.