diff --git a/src/python/pants/notes/2.7.x.md b/src/python/pants/notes/2.7.x.md index 37ce8fa5537..200260fb672 100644 --- a/src/python/pants/notes/2.7.x.md +++ b/src/python/pants/notes/2.7.x.md @@ -1,5 +1,15 @@ # 2.7.x Stable Releases +## 2.7.2rc2 (Nov 10, 2021) + +### Bug fixes + +* Fix `--no-print-stacktrace`. (cherrypick of #13539) ([#13540](https://github.com/pantsbuild/pants/pull/13540)) + +### Performance + +* Fix caching of binary lookups and avoid re-running `pytest` setup for environment changes (cherrypick of #13559) ([#13560](https://github.com/pantsbuild/pants/pull/13560)) + ## 2.7.2rc1 (Nov 02, 2021) ### Bug fixes