From 3ff590305ce4ba47f32f4a7f36edce61b3ec2ef7 Mon Sep 17 00:00:00 2001 From: tangkong Date: Thu, 3 Oct 2024 16:06:06 -0700 Subject: [PATCH] DOC: pre-release notes --- .../90-enh_pv_nest_views.rst | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/source/upcoming_release_notes/90-enh_pv_nest_views.rst diff --git a/docs/source/upcoming_release_notes/90-enh_pv_nest_views.rst b/docs/source/upcoming_release_notes/90-enh_pv_nest_views.rst new file mode 100644 index 0000000..3192228 --- /dev/null +++ b/docs/source/upcoming_release_notes/90-enh_pv_nest_views.rst @@ -0,0 +1,24 @@ +90 enh_pv_nest_views +#################### + +API Breaks +---------- +- N/A + +Features +-------- +- Extends `EpicsData` fields to include controls metadata +- Support editing for LivePVTableModel and NestableModel +- Adds `ValueDelegate`, which provides an edit delegate based on the datatype of the cell + +Bugfixes +-------- +- N/A + +Maintenance +----------- +- Refactors common models to come with their own views, to improve user friendliness + +Contributors +------------ +- tangkong