Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.5.0rc1 #5603

Merged
merged 2 commits into from
Mar 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/python/pants/notes/1.5.x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@

This document describes releases leading up to the ``1.5.x`` ``stable`` series.

1.5.0rc1 (03/14/2018)
---------------------

Bugfixes
~~~~~~~~

* Render a warning rather than failing `list` when no targets are matched (#5598)
`PR #5598 <https://github.com/pantsbuild/pants/pull/5598>`_

* [pantsd] Repair stale sources invalidation case. (#5589)
`PR #5589 <https://github.com/pantsbuild/pants/pull/5589>`_

Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Further --changed optimization (#5579)
`PR #5579 <https://github.com/pantsbuild/pants/pull/5579>`_

* [pantsd] Don't compute TargetRoots twice. (#5595)
`PR #5595 <https://github.com/pantsbuild/pants/pull/5595>`_

* [coursier] use same artifact cache override as ivy (#5586)
`PR #5586 <https://github.com/pantsbuild/pants/pull/5586>`_

1.5.0rc0 (03/07/2018)
---------------------

Expand Down