2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

RELEASE_NOTES: restart idle kernels on flash

This commit is contained in:
Simon Renblad 2024-09-05 10:16:25 +08:00 committed by Sébastien Bourdeauducq
parent 40227421a8
commit 1d093d0bce

View File

@ -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
-------