From af787fa7ee750d22931d9b305ee2a8009e0e46dc Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 29 Jun 2016 16:43:55 +0000 Subject: [PATCH] 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 --- NEWS.rst | 10 ++++++++++ doc/source/index.rst | 1 + doc/source/news.rst | 1 + 3 files changed, 12 insertions(+) create mode 100644 NEWS.rst create mode 100644 doc/source/news.rst 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