diff --git a/doc/source/releases/23.2.rst b/doc/source/releases/23.2.rst index 6d40457cd68..1efff92ae75 100644 --- a/doc/source/releases/23.2.rst +++ b/doc/source/releases/23.2.rst @@ -160,6 +160,12 @@ Enhancements `Pull Request 17178`_ .. enhancement +* Make release titles consistent + (thanks to `@martenson `__). + `Pull Request 17341`_ +* Use python-isal for fast zip deflate compression in rocrate export + (thanks to `@mvdbeek `__). + `Pull Request 17342`_ * Improve embed performance (thanks to `@ElectronicBlueberry `__). `Pull Request 17326`_ @@ -378,6 +384,9 @@ Enhancements `Pull Request 17182`_ .. small_enhancement +* Ensure release notes include all PRs added during the freeze by re-running the release note bootstrapping + (thanks to `@jdavcs `__). + `Pull Request 17344`_ * Tool Shed client build separation (thanks to `@dannon `__). `Pull Request 15000`_ @@ -687,6 +696,12 @@ Fixes `Pull Request 17055`_ .. bug +* Write to a temp filename in posix file source plugin + (thanks to `@natefoo `__). + `Pull Request 17350`_ +* Always store multi select data input values in fixed order + (thanks to `@guerler `__). + `Pull Request 17352`_ * Remove duplicates when copying sections for tool panel view (thanks to `@bernt-matthias `__). `Pull Request 17117`_ diff --git a/doc/source/releases/23.2_prs.rst b/doc/source/releases/23.2_prs.rst index ae544f45c27..9cd4c15c4c0 100644 --- a/doc/source/releases/23.2_prs.rst +++ b/doc/source/releases/23.2_prs.rst @@ -1,5 +1,11 @@ .. github_links +.. _Pull Request 17341: https://github.com/galaxyproject/galaxy/pull/17341 +.. _Pull Request 17342: https://github.com/galaxyproject/galaxy/pull/17342 +.. _Pull Request 17343: https://github.com/galaxyproject/galaxy/pull/17343 +.. _Pull Request 17344: https://github.com/galaxyproject/galaxy/pull/17344 +.. _Pull Request 17350: https://github.com/galaxyproject/galaxy/pull/17350 +.. _Pull Request 17352: https://github.com/galaxyproject/galaxy/pull/17352 .. _Pull Request 15238: https://github.com/galaxyproject/galaxy/pull/15238 .. _Pull Request 16883: https://github.com/galaxyproject/galaxy/pull/16883 .. _Pull Request 17117: https://github.com/galaxyproject/galaxy/pull/17117