summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-23 19:55:12 -0400
committerNick Mathewson <nickm@torproject.org>2018-11-19 08:26:10 -0500
commit426c9561c5f5bc5f38a42f3e46437db59fcdc7c0 (patch)
treed2e05ca6dbe3e35486e4e5d4d50d23d9daa9cddb /changes
parent83be4d2bbd7a4ed584f42d043558a4026c4a449d (diff)
downloadtor-426c9561c5f5bc5f38a42f3e46437db59fcdc7c0.tar.gz
tor-426c9561c5f5bc5f38a42f3e46437db59fcdc7c0.zip
Use nodefamily_t in microdescriptors.
Closes ticket 27359.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket273593
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket27359 b/changes/ticket27359
new file mode 100644
index 0000000000..bddc90634d
--- /dev/null
+++ b/changes/ticket27359
@@ -0,0 +1,3 @@
+ o Minor features (memory usage):
+ - Store microdescriptor family lists with a more compact representation
+ to save memory. Closes ticket 27359.