diff --git a/src/python/pants/notes/2.15.x.md b/src/python/pants/notes/2.15.x.md index fb53db2cf77..247cbb59d85 100644 --- a/src/python/pants/notes/2.15.x.md +++ b/src/python/pants/notes/2.15.x.md @@ -1,5 +1,25 @@ # 2.15.x Release Series +## 2.15.0rc0 (Dec 08, 2022) + +### Bug fixes + +* More precise running workunit for processes executing remotely (Cherry-pick of #17719) ([#17725](https://github.com/pantsbuild/pants/pull/17725)) + +* Fix twine env vars propagation for `publish` goal. (Cherry-pick of #17650) ([#17659](https://github.com/pantsbuild/pants/pull/17659)) + +* Allow for `run --debug-adapter` to match breakpoints when source is running in a sandbox (Cherry-pick of #17566) ([#17584](https://github.com/pantsbuild/pants/pull/17584)) + +* Do not try to create `""` output directory in `CreateArchive` (Cherry-pick of #17538) ([#17548](https://github.com/pantsbuild/pants/pull/17548)) + +### Documentation + +* Fix broken docs links to manual build instructions (Cherry-pick of #17608) ([#17610](https://github.com/pantsbuild/pants/pull/17610)) + +* Update team pages for SJ and Dan! (Cherry-pick of #17534) ([#17568](https://github.com/pantsbuild/pants/pull/17568)) + +* Add Shantanu Kumar to Contributors list (Cherry-pick of #17579) ([#17587](https://github.com/pantsbuild/pants/pull/17587)) + ## 2.15.0a1 (Nov 11, 2022) ### New Features