diff --git a/docs/source/upcoming_release_notes/259-mnt_timeout_nav.rst b/docs/source/upcoming_release_notes/259-mnt_timeout_nav.rst new file mode 100644 index 00000000..8ece6018 --- /dev/null +++ b/docs/source/upcoming_release_notes/259-mnt_timeout_nav.rst @@ -0,0 +1,23 @@ +259 mnt_timeout_nav +################### + +API Breaks +---------- +- N/A + +Features +-------- +- N/A + +Bugfixes +-------- +- N/A + +Maintenance +----------- +- increase the limit on spinboxes generated from MultiInputFormDialog, in response to a request that set-value-step timeouts not be limited to 99 +- navigate BACK to the parent page when creating a new check in SetValueStep, preventing extra navigation clicks + +Contributors +------------ +- tangkong