diff --git a/src/python/pants/notes/1.5.x.rst b/src/python/pants/notes/1.5.x.rst index 383af48f8b2..a9095f81165 100644 --- a/src/python/pants/notes/1.5.x.rst +++ b/src/python/pants/notes/1.5.x.rst @@ -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 `_ + +* [pantsd] Repair stale sources invalidation case. (#5589) + `PR #5589 `_ + +Refactoring, Improvements, and Tooling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Further --changed optimization (#5579) + `PR #5579 `_ + +* [pantsd] Don't compute TargetRoots twice. (#5595) + `PR #5595 `_ + +* [coursier] use same artifact cache override as ivy (#5586) + `PR #5586 `_ + 1.5.0rc0 (03/07/2018) ---------------------