summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-01 11:45:11 -0500
committerNick Mathewson <nickm@torproject.org>2018-10-01 11:45:11 -0500
commita1504f138d978d73b2c6129957dd0ee344a97efa (patch)
tree63d123d17dd26a39707aa90871f29e44be846678 /changes
parent886dc8b0a5ed1ee6c7eaf9f50fb00f2001e2ee20 (diff)
downloadtor-a1504f138d978d73b2c6129957dd0ee344a97efa.tar.gz
tor-a1504f138d978d73b2c6129957dd0ee344a97efa.zip
changes file for splitting routerparse.c (#27924)
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket279243
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket27924 b/changes/ticket27924
new file mode 100644
index 0000000000..7348727b3a
--- /dev/null
+++ b/changes/ticket27924
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Divide the "routerparse.c" module into separate modules for each
+ group of parsed objects. Closes ticket 27924.