From 805fcf75ef25862691183425daef58849cdac6b3 Mon Sep 17 00:00:00 2001 From: Devan Agrawal Date: Wed, 6 Nov 2024 12:01:32 -0800 Subject: [PATCH] DOCS: pre-release notes --- .../97-restore_functionality.rst | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/source/upcoming_release_notes/97-restore_functionality.rst diff --git a/docs/source/upcoming_release_notes/97-restore_functionality.rst b/docs/source/upcoming_release_notes/97-restore_functionality.rst new file mode 100644 index 0000000..85587c4 --- /dev/null +++ b/docs/source/upcoming_release_notes/97-restore_functionality.rst @@ -0,0 +1,24 @@ +97 restore functionality +################# + +API Breaks +---------- +- N/A + +Features +-------- +- add RestorePage table tooltips with PV name, status, and severity +- add working restore button and dialog to RestorePage + +Bugfixes +-------- +- N/A + +Maintenance +----------- +- use signals and slots to coordinate RestorePage table live data display status +- add second linac snapshot, and include in demo config + +Contributors +------------ +- shilorigins