diff --git a/src/python/pants/notes/2.3.x.md b/src/python/pants/notes/2.3.x.md index 15b6ac35799..405bc5554c1 100644 --- a/src/python/pants/notes/2.3.x.md +++ b/src/python/pants/notes/2.3.x.md @@ -2,6 +2,16 @@ See https://www.pantsbuild.org/v2.3/docs/release-notes-2-3 for an overview of the changes in this release series. +## 2.3.0rc1 (Feb 25, 2021) + +### Bug fixes + +* Upgrade Pex to 2.1.32 to fix venv shebangs being too long for some Linux systems. (Cherry-pick of #11604) ([#11606](https://github.com/pantsbuild/pants/pull/11606)) + +### Documentation + +* Less chatty plugin resolution logging (Cherry-pick of #11593) ([#11595](https://github.com/pantsbuild/pants/pull/11595)) + ## 2.3.0rc0 (Feb 23, 2021) ### New Features