diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 77399000c..d8d5e3029 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -39,6 +39,8 @@ Highlights: - Hotkeys now organize experiment windows in the order they were last interacted with: + CTRL+SHIFT+T tiles experiment windows + CTRL+SHIFT+C cascades experiment windows +* Datasets can now be associated with units and scale factors, and displayed accordingly in the dashboard + including applets, like widgets such as ``NumberValue`` already did in earlier ARTIQ versions. * Persistent datasets are now stored in a LMDB database for improved performance. * Python's built-in types (such as ``float``, or ``List[...]``) can now be used in type annotations on kernel functions.