From 8595e3ed6aa876f47d30334b6aae8dd05b2c90e0 Mon Sep 17 00:00:00 2001 From: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com> Date: Thu, 2 Dec 2021 16:18:56 -0500 Subject: [PATCH] Add change log entry for PR 11592 (#11609) --- .changelog/11592.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/11592.txt diff --git a/.changelog/11592.txt b/.changelog/11592.txt new file mode 100644 index 000000000..d24875e3d --- /dev/null +++ b/.changelog/11592.txt @@ -0,0 +1,3 @@ +```release-note:bug +cli: Rework meta commands cli flag logic to handle TLS options individually. +```