diff --git a/src/python/pants/notes/1.14.x.rst b/src/python/pants/notes/1.14.x.rst index 9914a2bb1f0..e43ff1dd43f 100644 --- a/src/python/pants/notes/1.14.x.rst +++ b/src/python/pants/notes/1.14.x.rst @@ -3,10 +3,15 @@ This document describes releases leading up to the ``1.14.x`` ``stable`` series. -1.14.0 (2/15/2019) ------------------- +1.14.0rc2 (2/15/2019) +--------------------- + +API Changes +~~~~~~~~~~~ -The first stable release of the ``1.14.x`` series, with no changes since ``rc1``. +* Pin pytest version to avoid induced breakage from more-itertools transitive dep (#7238) + `PR #7238 `_ + `PR #7240 `_ 1.14.0rc1 (2/06/2019) ---------------------