From 1d093d0bce7c23eecb4aa4a489263e66ca157124 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Thu, 5 Sep 2024 10:16:25 +0800 Subject: [PATCH] RELEASE_NOTES: restart idle kernels on flash --- RELEASE_NOTES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index f27e68040..9037d071b 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -18,6 +18,7 @@ ARTIQ-9 (Unreleased) * Qt6 support. * Python 3.12 support. * Compiler can now give automatic suggestions for ``kernel_invariants``. +* Idle kernels now restart when written with ``artiq_coremgmt`` and stop when erased/removed from config. ARTIQ-8 -------