summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 15:48:03 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 15:48:03 -0400
commit3edc48c07b35ea0708ad4149a725a60887c13326 (patch)
treec591c27280e77e0391276ecc634ebe9d25aecb16 /changes
parent7dbe504f3e527ed5c266a43380eeec1a82914cc2 (diff)
downloadtor-3edc48c07b35ea0708ad4149a725a60887c13326.tar.gz
tor-3edc48c07b35ea0708ad4149a725a60887c13326.zip
Add a changes file for splitting structures out of or.h
Diffstat (limited to 'changes')
-rw-r--r--changes/split_or_h5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/split_or_h b/changes/split_or_h
new file mode 100644
index 0000000000..53d54ca6dd
--- /dev/null
+++ b/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.