diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 07d19cd7410a8a5169f9b06f7f886453def52502..000e051dc88c32af2603f9ed6e8497f2e143d2ae 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,6 +2,20 @@ Release notes ============= +NEXT RELEASE +------------ + +**Bug fixes:** + +* ``wsgi_website_`` role + + * When the virtual environment is created, the ``setuptools`` and + ``pip`` packages will not get pinned to any specific version, + allowing roles that are based on ``wsgi_website`` to easily + install preferred versions, and avoid idempotence problems in the + process. + + 5.0.0 -----