浏览代码

changes file for 31240

Nick Mathewson 6 年之前
父节点
当前提交
4bcfa286f6
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      changes/ticket31240

+ 5 - 0
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.