diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-15 13:10:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-15 13:10:14 -0500 |
commit | 5e70c27e8560ac1885ae9d9e1b79d3838b49cc09 (patch) | |
tree | 504a8f3625644d87d6883f4d9afd4c8ce809021b /changes | |
parent | 5fa7c1b13fbefcfd9b71a1f95922cf4e92b5e141 (diff) | |
parent | 73ac1add3f2af813c18b1da5f0082f6112267304 (diff) | |
download | tor-5e70c27e8560ac1885ae9d9e1b79d3838b49cc09.tar.gz tor-5e70c27e8560ac1885ae9d9e1b79d3838b49cc09.zip |
Merge remote-tracking branch 'tor-github/pr/1657'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32137 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32137 b/changes/ticket32137 new file mode 100644 index 0000000000..3b00ddcf24 --- /dev/null +++ b/changes/ticket32137 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Our include.am files are now broken up by subdirectory. Previously, + src/core/include.am covered all of the subdirectories in "core", + "feature", and "app". Closes ticket 32137. |