From 26191eb53c814183dd65748f359a42a1aa23fa7f Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Thu, 23 Jun 2022 14:58:42 -0700 Subject: [PATCH] Prepare `2.11.1rc3`. # Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] --- src/python/pants/notes/2.11.x.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/python/pants/notes/2.11.x.md b/src/python/pants/notes/2.11.x.md index 05dc5919e6a..3f8aca81db9 100644 --- a/src/python/pants/notes/2.11.x.md +++ b/src/python/pants/notes/2.11.x.md @@ -1,5 +1,17 @@ # 2.11.x Release Series +## 2.11.1rc3 (Jun 23, 2022) + +### Bug fixes + +* Fix `[python-infer].inits` and `[python-infer].conftests` to consider `resolve` field (Cherry-pick of #15787) ([#15794](https://github.com/pantsbuild/pants/pull/15794)) + +### Documentation + +* Fix broken links to `tailor` documentation ([#15844](https://github.com/pantsbuild/pants/pull/15844)) + +* Handle anchors in `doc_url()` correctly (cherrypick of #15812) ([#15822](https://github.com/pantsbuild/pants/pull/15822)) + ## 2.11.1rc2 (May 31, 2022) ### User API Changes @@ -32,7 +44,7 @@ * jvm: fix incorrect check for root-only `ClasspathEntryRequest` implementations (Cherry pick of #15494) ([#15497](https://github.com/pantsbuild/pants/pull/15497)) -* Fix incorrect digest for JVM multiple jvm_artifact(.., jar=..) entries (Cherry-pick of #15571) ([#15610](https://github.com/pantsbuild/pants/pull/15610)) +* Fix incorrect digest for JVM multiple `jvm_artifact(.., jar=..)` entries (Cherry-pick of #15571) ([#15610](https://github.com/pantsbuild/pants/pull/15610)) ## 2.11.1rc0 (May 13, 2022)