Skip to content

Commit

Permalink
Add more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Sep 29, 2022
1 parent ddd8d0d commit f49ffcf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/python/pants/notes/2.14.x.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# 2.14.x Release Series

## 2.14.0rc2 (Sep 26, 2022)
## 2.14.0rc2 (Sep 29, 2022)

### User API Changes

* Restore the deprecated `filter` goal indefinitely (Cherry-pick of #17027) ([#17052](https://github.com/pantsbuild/pants/pull/17052))

### Bug fixes

* Add python 3.10 to acceptable GCF runtimes (Cherry-pick of #17028) ([#17053](https://github.com/pantsbuild/pants/pull/17053))

* Fix JVM resources jar file to be deterministic by default (Cherry-pick of #16950) ([#17033](https://github.com/pantsbuild/pants/pull/17033))

* Don't cache VCS version outside the current pants session. (Cherry-pick of #17017) ([#17021](https://github.com/pantsbuild/pants/pull/17021))

* Fix invalid field error message for parametrized fields. (Cherry-pick of #16911) ([#17010](https://github.com/pantsbuild/pants/pull/17010))

* Add `parametrize()` support for `__defaults__`. (Cherry-pick of #16977) ([#17008](https://github.com/pantsbuild/pants/pull/17008))
Expand Down

0 comments on commit f49ffcf

Please sign in to comment.