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