changes file for 31240

This commit is contained in:
Nick Mathewson 2019-09-04 10:31:45 -04:00
parent c683896b7c
commit 4bcfa286f6

5
changes/ticket31240 Normal file
View File

@ -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.