Add release notes to prepare for release

In preparation for pending the 1.11.0 release we need release notes that
describe the major changes for the release. The biggest of these is that
this release will be the last release for support with Python 2.7. The
next release (which will be 2.0) will be Python >=3.6 only.

Change-Id: Id4f07381102862201aed02ff16c6b31700dbbe1a
This commit is contained in:
Matthew Treinish 2021-01-25 15:17:54 -05:00 committed by Ghanshyam Mann
parent fca99f945c
commit d50e207564
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
prelude: >
The 1.11.0 release is minor version release that includes compatibility
fixes with newer versions of dependencies, and a new option to the
DB API method ``get_test_runs_by_status_for_run_ids()``. It is also
important to note that this will be the last release to include
support for Python 2.7. After this release subunit2sql will only support
Python >=3.6.