diff --git a/src/python/pants/notes/2.14.x.md b/src/python/pants/notes/2.14.x.md index bca04b37910..48ecabc6885 100644 --- a/src/python/pants/notes/2.14.x.md +++ b/src/python/pants/notes/2.14.x.md @@ -1,5 +1,13 @@ # 2.14.x Release Series +## 2.14.2rc1 (Mar 31, 2023) + +### Bug fixes + +* Ensure that sandboxed processes exit before their sandboxes are clean… ([#18642](https://github.com/pantsbuild/pants/pull/18642)) + +* Plumb entire lockfile/internal only code through `create_pex_from_targets` (cherry-pick of #18622) ([#18635](https://github.com/pantsbuild/pants/pull/18635)) + ## 2.14.2rc0 (Mar 24, 2023) ### Bug fixes