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)