From 9e8b3e5c04cd83093746b7a2ccae4d81ce2fbb2e Mon Sep 17 00:00:00 2001 From: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:28:06 +0100 Subject: [PATCH] changelog for 24412 (#24421) --- .changelog/24412.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/24412.txt diff --git a/.changelog/24412.txt b/.changelog/24412.txt new file mode 100644 index 000000000..9b28d0806 --- /dev/null +++ b/.changelog/24412.txt @@ -0,0 +1,3 @@ +```release-note:bug +fsm: Fix bug in snapshot restore that could partially wipe state +```