Deprecate the "--dump-config non-builtin" option

When it works, "non-builtin" doesn't do anything different from
"short".  (When it doesn't work, it gives an assertion failure.)

Closes ticket #33398.
This commit is contained in:
Nick Mathewson
2020-06-25 10:00:28 -04:00
parent c370b4a049
commit 62e1d983cf
3 changed files with 11 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
o Deprecated features:
- The "non-builtin" argument to the "--dump-config" command is now
deprecated. When it works, it behaves the same as "short", which
you should use instead. Closes ticket 33398.