diff --git a/NEWS.rst b/NEWS.rst new file mode 100644 index 0000000..3d76157 --- /dev/null +++ b/NEWS.rst @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index f722b4c..cc158e8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -10,6 +10,7 @@ Contents: :maxdepth: 2 readme + news installation usage contributing diff --git a/doc/source/news.rst b/doc/source/news.rst new file mode 100644 index 0000000..bb01c12 --- /dev/null +++ b/doc/source/news.rst @@ -0,0 +1 @@ +.. include:: ../../NEWS.rst