浏览代码

Add a changes file for splitting structures out of or.h

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

+ 5 - 0
changes/split_or_h

@@ -0,0 +1,5 @@
+  o Code simplification and refactoring:
+    - Many structures have been removed from the centralized "or.h" header,
+      and moved into their own headers.  This will allow us to reduce
+      the number of places in the code that rely on each structure's
+      contents and layout. Closes ticket 26383.