diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 09:36:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 09:36:28 -0400 |
commit | 8846f128ff33f4abc2f3cf06f4486ab65a6796a0 (patch) | |
tree | 2d60cf47cfe680375364f28745aa66a2a1c66150 /changes | |
parent | 0dab29ce1069c2ebec22a75669aa8242fdc15882 (diff) | |
download | tor-8846f128ff33f4abc2f3cf06f4486ab65a6796a0.tar.gz tor-8846f128ff33f4abc2f3cf06f4486ab65a6796a0.zip |
Changes file for full_include_paths
Diffstat (limited to 'changes')
-rw-r--r-- | changes/full_include_paths | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/full_include_paths b/changes/full_include_paths new file mode 100644 index 0000000000..7fb4de236c --- /dev/null +++ b/changes/full_include_paths @@ -0,0 +1,4 @@ + + o Code simplification and refactoring: + - Include paths to header files within Tor are now qualified by directory + within the top-level src directory. |