add a changes file

This commit is contained in:
Nick Mathewson 2017-11-14 18:27:18 -05:00
parent 02cbf2ffc1
commit 46f167886a

6
changes/ticket22703 Normal file
View File

@ -0,0 +1,6 @@
o Major features (storage):
- Users can choose to store cached directory documents somewhere other
than the DataDirectory by using the CacheDirectory option.
Similarly, the storage location for relay's keys can be overridden
with the KeyDirectory option.
Closes ticket 22703.