diff --git a/docs/news.d/1044.feature.rst b/docs/news.d/1044.feature.rst deleted file mode 100644 index 8fbc102fc..000000000 --- a/docs/news.d/1044.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added option to configure the logging simulation time format (unit and number of decimals). diff --git a/docs/news.d/1053.feature.rst b/docs/news.d/1053.feature.rst deleted file mode 100644 index b2dce6176..000000000 --- a/docs/news.d/1053.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added support for setting ``run_all_in_same_sim`` and ``fail_on_warning attributes`` from Python. diff --git a/docs/release_notes/5.0.0.dev3.rst b/docs/release_notes/5.0.0.dev3.rst new file mode 100644 index 000000000..589baf109 --- /dev/null +++ b/docs/release_notes/5.0.0.dev3.rst @@ -0,0 +1,6 @@ + +Features +~~~~~~~~ + +- Added option to configure the logging simulation time format (unit and number of decimals). (:vunit_issue:`1044`) +- Added support for setting ``run_all_in_same_sim`` and ``fail_on_warning attributes`` from Python. (:vunit_issue:`1053`)