From 4bca7b5b084ef8ac1810b05e3887a0fbd9b64039 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 25 Feb 2021 16:41:37 -0800 Subject: [PATCH] Prepare the 2.3.0rc1 release. # Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] --- src/python/pants/notes/2.3.x.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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