diff --git a/src/python/pants/notes/2.2.x.md b/src/python/pants/notes/2.2.x.md index 602e9a041a7..598ff928c9c 100644 --- a/src/python/pants/notes/2.2.x.md +++ b/src/python/pants/notes/2.2.x.md @@ -25,7 +25,7 @@ interpolations in your config file. * 2.2.0.dev1 deprecations. ([#11281](https://github.com/pantsbuild/pants/pull/11281)) -* Require `pex_binary`'s ``platforms` field to be a list ([#11246](https://github.com/pantsbuild/pants/pull/11246)) +* Require `pex_binary`'s `platforms` field to be a list ([#11246](https://github.com/pantsbuild/pants/pull/11246)) * Remove deprecated `--pants-distdir-legacy-paths` option ([#11247](https://github.com/pantsbuild/pants/pull/11247)) @@ -45,7 +45,6 @@ interpolations in your config file. * Update Pants prerequisites facts. ([#11265](https://github.com/pantsbuild/pants/pull/11265)) - ## 2.2.0.dev0 (Nov 24, 2020) ### New Features