Add latest PRs

This commit is contained in:
John Davis
2024-01-29 12:02:00 -05:00
parent d51d9413ee
commit fe2fd22ba1
2 changed files with 21 additions and 0 deletions
+15
View File
@@ -160,6 +160,12 @@ Enhancements
`Pull Request 17178`_
.. enhancement
* Make release titles consistent
(thanks to `@martenson <https://github.com/martenson>`__).
`Pull Request 17341`_
* Use python-isal for fast zip deflate compression in rocrate export
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 17342`_
* Improve embed performance
(thanks to `@ElectronicBlueberry <https://github.com/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 <https://github.com/jdavcs>`__).
`Pull Request 17344`_
* Tool Shed client build separation
(thanks to `@dannon <https://github.com/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 <https://github.com/natefoo>`__).
`Pull Request 17350`_
* Always store multi select data input values in fixed order
(thanks to `@guerler <https://github.com/guerler>`__).
`Pull Request 17352`_
* Remove duplicates when copying sections for tool panel view
(thanks to `@bernt-matthias <https://github.com/bernt-matthias>`__).
`Pull Request 17117`_
+6
View File
@@ -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