From 42e478981d88b3cab8c6a35b40412bbc62ed245c Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Thu, 21 Feb 2019 13:49:16 -0800 Subject: [PATCH] Prepare 1.14.0rc3 (#7274) --- src/python/pants/notes/1.14.x.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/python/pants/notes/1.14.x.rst b/src/python/pants/notes/1.14.x.rst index e57ea606551..db7a289d002 100644 --- a/src/python/pants/notes/1.14.x.rst +++ b/src/python/pants/notes/1.14.x.rst @@ -4,6 +4,33 @@ This document describes releases leading up to the ``1.14.x`` ``stable`` series. +1.14.0rc3 (2/21/2019) +--------------------- + +API Changes +~~~~~~~~~~~ + +* Add flags to processs_executor that say where to materialize output and what output is (#7201) + `PR #7201 `_ + +* Resolve all platforms from all python targets (#7156) + `PR #7156 `_ + +* Remove deprecated test classes (#7243) + `PR #7243 `_ + +Bugfixes +~~~~~~~~ + +* Revert remote execution from tower to grpcio (#7256) + `PR #7256 `_ + +* Avoid capturing Snapshots for previously digested codegen outputs (#7241) + `PR #7241 `_ + +* Validate and maybe prune interpreter cache run over run (#7225) + `PR #7225 `_ + 1.14.0rc2 (2/15/2019) ---------------------