From 1f98587cf3df3ac183aaf75959ea7a5a92ae6c2e Mon Sep 17 00:00:00 2001 From: Laura King Date: Tue, 22 Aug 2023 11:19:30 -0700 Subject: [PATCH] DOC: add release notes for repair name comparison --- .../302-repair_match_name_to_id.rst | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/source/upcoming_release_notes/302-repair_match_name_to_id.rst diff --git a/docs/source/upcoming_release_notes/302-repair_match_name_to_id.rst b/docs/source/upcoming_release_notes/302-repair_match_name_to_id.rst new file mode 100644 index 00000000..5ed90e0e --- /dev/null +++ b/docs/source/upcoming_release_notes/302-repair_match_name_to_id.rst @@ -0,0 +1,22 @@ +302 repair_match_name_to_id +################# + +API Changes +----------- +- N/A + +Features +-------- +- N/A + +Bugfixes +-------- +- Issue 302: Add functionality to happi 'repair' that ensures that the name and id fields of a device are the same. + +Maintenance +----------- +- N/A + +Contributors +------------ +- laura-king