From 599e988c9f2111609d21e95abca3ed6bc2cadc92 Mon Sep 17 00:00:00 2001 From: Aaron Tomb Date: Fri, 12 Jan 2024 03:28:20 -0800 Subject: [PATCH] Add feature description for #4951 (#4976) ### Description Add a feature description for the feature added in #4951. By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license. --- docs/dev/news/4951.feat | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/dev/news/4951.feat diff --git a/docs/dev/news/4951.feat b/docs/dev/news/4951.feat new file mode 100644 index 00000000000..612587c6aeb --- /dev/null +++ b/docs/dev/news/4951.feat @@ -0,0 +1 @@ +Add a `json` format to those supported by `--log-format` and `/verificationLogger`, for producing thorough, machine readable logs of verification results.