Add changes file for ticket #24844

This commit is contained in:
Neel Chauhan 2020-05-17 16:30:45 -07:00 committed by George Kadianakis
parent fd5ea48c27
commit f6943d702c

4
changes/ticket24844 Normal file
View File

@ -0,0 +1,4 @@
o Minor features (v3 onion servies):
- Add v3 onion service status to the dumpstats() call which is
triggered by a SIGUSR1 signal. Previously, we only did v2
onion services. Closes ticket 24844. Patch by Neel Chauhan.