From 87e08730565d0da3b598b2ecc20ed4c8791414ef Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 26 Feb 2020 14:19:53 -0500 Subject: [PATCH] changes file for ticket 33460. --- changes/ticket33460 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket33460 diff --git a/changes/ticket33460 b/changes/ticket33460 new file mode 100644 index 0000000000..21e0fc966c --- /dev/null +++ b/changes/ticket33460 @@ -0,0 +1,4 @@ + o Minor features (usability): + - Include more information when failing to parse a configuration value. + This should make it easier to tell what's going wrong when a + configuration file doesn't parse. Closes ticket 33460.