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

Release notes for 1.16.0rc2 #7768

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/python/pants/notes/1.16.x.rst
Expand Up @@ -2,6 +2,24 @@
======================
This document describes releases leading up to the ``1.16.x`` ``stable`` series.

1.6.0rc2 (5/20/2019)
--------------------

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

* Memoize graph walks on Context (#7758)
`PR #7758 <https://github.com/pantsbuild/pants/pull/7758>`_

* Hash an entire json input in one call. (#7759)
`PR #7759 <https://github.com/pantsbuild/pants/pull/7759>`_

Bugfixes
~~~~~~~~

* Use global instance of PythonSetup for resolve requirements task base (#7672)
`PR #7672 <https://github.com/pantsbuild/pants/pull/7672>`_

1.16.0rc1 (5/17/2019)
---------------------

Expand Down