From 91e1bafbac2fb9d6a3997966909b462c6caef59c Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Fri, 21 Jul 2023 09:21:02 -0400 Subject: [PATCH] Changelog entry for remote purge boot-out (#18026) --- .changelog/17915.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/17915.txt diff --git a/.changelog/17915.txt b/.changelog/17915.txt new file mode 100644 index 000000000..56961d84a --- /dev/null +++ b/.changelog/17915.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: if a job is remotely purged while you're actively on it, it will let you know and re-route you to the index page +```