Add NEWS.rst listing important changes for 2.0.0

Add a NEWS.rst listing backward-incompatible behavior changes
between the latest 1.0.0 and upcoming 2.0.0 releases.

Change-Id: Ic9ab861bc676383965ea0b18c5922974dd8eacc7
This commit is contained in:
Jeremy Stanley 2016-06-29 16:43:55 +00:00
parent 998519a543
commit af787fa7ee
3 changed files with 12 additions and 0 deletions

10
NEWS.rst Normal file
View File

@ -0,0 +1,10 @@
Backward-Incompatible Changes Between 1.0.0 and 2.0.0
=====================================================
The following behavior changes between the 1.0.0 and 2.0.0 releases
break backward compatibility:
* Running under Python 2.6 is no longer officially supported
* If any platform profiles are listed for a package, at least one
of them must match independently of whether any user profiles
also match

View File

@ -10,6 +10,7 @@ Contents:
:maxdepth: 2
readme
news
installation
usage
contributing

1
doc/source/news.rst Normal file
View File

@ -0,0 +1 @@
.. include:: ../../NEWS.rst