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:
parent
998519a543
commit
af787fa7ee
10
NEWS.rst
Normal file
10
NEWS.rst
Normal 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
|
@ -10,6 +10,7 @@ Contents:
|
||||
:maxdepth: 2
|
||||
|
||||
readme
|
||||
news
|
||||
installation
|
||||
usage
|
||||
contributing
|
||||
|
1
doc/source/news.rst
Normal file
1
doc/source/news.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: ../../NEWS.rst
|
Loading…
Reference in New Issue
Block a user