From 4c1b797e57339612aace885b66e6019714a94216 Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Fri, 12 Mar 2021 17:31:20 -0800 Subject: [PATCH] Prepare 2.3.0rc3. # Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] --- src/python/pants/notes/2.3.x.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/python/pants/notes/2.3.x.md b/src/python/pants/notes/2.3.x.md index d63d69174cf..6086853b886 100644 --- a/src/python/pants/notes/2.3.x.md +++ b/src/python/pants/notes/2.3.x.md @@ -2,6 +2,14 @@ See https://www.pantsbuild.org/v2.3/docs/release-notes-2-3 for an overview of the changes in this release series. +## 2.3.0rc3 (Mar 12, 2021) + +### Bug fixes + +* Fix PYTHONPATH not including protobuf targets using `python_source_root` (#11673) ([#11675](https://github.com/pantsbuild/pants/pull/11675)) + +* Do not interpret passthrough args. (cherrypick of #11656) ([#11660](https://github.com/pantsbuild/pants/pull/11660)) + ## 2.3.0rc2 (Mar 08, 2021) ### Bug fixes