diff --git a/docs/source/releases.rst b/docs/source/releases.rst index be3eed55..fb000030 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -2,6 +2,24 @@ Release History ############### +v1.2.0 (2023-09-27) +=================== + +Features +-------- +- Adds `ScientificDoubleSpinbox` and uses it in MultiModeValueEdit. + +Bugfixes +-------- +- Waits for signal connection during :class:`ActionRowWidget` initialization to properly + read enum strings from signal. + +Contributors +------------ +- tangkong + + + v1.1.0 (2023-09-14) =================== diff --git a/docs/source/upcoming_release_notes/208-mnt_sci_double_spinbox.rst b/docs/source/upcoming_release_notes/208-mnt_sci_double_spinbox.rst deleted file mode 100644 index 2d42686a..00000000 --- a/docs/source/upcoming_release_notes/208-mnt_sci_double_spinbox.rst +++ /dev/null @@ -1,23 +0,0 @@ -208 mnt_sci_double_spinbox -########################## - -API Changes ------------ -- N/A - -Features --------- -- Adds `ScientificDoubleSpinbox` and uses it in MultiModeValueEdit. - -Bugfixes --------- -- Waits for signal connection during :class:`ActionRowWidget` initialization to properly - read enum strings from signal. - -Maintenance ------------ -- N/A - -Contributors ------------- -- tangkong diff --git a/docs/source/upcoming_release_notes/template-full.rst b/docs/source/upcoming_release_notes/template-full.rst index 9f86b87e..31657f76 100644 --- a/docs/source/upcoming_release_notes/template-full.rst +++ b/docs/source/upcoming_release_notes/template-full.rst @@ -7,8 +7,8 @@ Your filename should be issuenumber-title.rst, substituting appropriately. Make sure to fill out any section that represents changes you have made, or replace the default bullet point with N/A. -API Changes ------------ +API Breaks +---------- - List backwards-incompatible changes here. Changes to PVs don't count as API changes for this library, but changing method and component names or changing default behavior does. diff --git a/docs/source/upcoming_release_notes/template-short.rst b/docs/source/upcoming_release_notes/template-short.rst index 5e544ecf..8349cd8a 100644 --- a/docs/source/upcoming_release_notes/template-short.rst +++ b/docs/source/upcoming_release_notes/template-short.rst @@ -1,8 +1,8 @@ IssueNumber Title ################# -API Changes ------------ +API Breaks +---------- - N/A Features