changes: Update the changes file for 32410

When the relay module is disabled, we change the ClientOnly
default to 1. But we forgot to mention that in the changes file.
This commit is contained in:
teor 2019-11-14 15:39:40 +10:00
parent 79bac44293
commit b2b61b0268
No known key found for this signature in database
GPG key ID: 10FEAA0E7075672A

View file

@ -1,3 +1,3 @@
o Minor features (relay):
- When the relay module is disabled, make "DirCache 0" the default.
Closes ticket 32410.
- When the relay module is disabled, change the default config so that
DirCache is 0, and ClientOnly is 1. Closes ticket 32410.