From 9c8e7981d9a45187b412d34e3a9d42eed53f2983 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Wed, 5 Jan 2022 17:26:59 -0500 Subject: [PATCH] changelog --- .changelog/11918.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changelog/11918.txt diff --git a/.changelog/11918.txt b/.changelog/11918.txt new file mode 100644 index 0000000000..276a77eefa --- /dev/null +++ b/.changelog/11918.txt @@ -0,0 +1,6 @@ +```release-note:bug +config: include all config errors in the error message, previously some could be hidden. +``` +```release-note:bug +snapshot: the `snapshot save` command now saves the snapshot with read permission for only the current user. +```