Add release notes for pending 1.2.0 release

This commits all release notes missing for the pending 1.2.0 release.
These items should have been included with the commit that added the
change but was overlooked. We should be better about this in the
future. But, since the ship has sailed already this just ensures we
generate release notes before the release is pushed.

Change-Id: Ia7451e282bc1dbfa627bed0d21b9d8c6c689c5fc
This commit is contained in:
Matthew Treinish 2016-01-12 12:48:28 -05:00
parent 3bd7f9ff3f
commit 215e466a5b
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
features:
- A new DB API method to get a list of recent runs with a set of run_metadata
- A new subunit2sql-graph type run_time_meta
upgrade:
- Min versions are set for the graph extras requirements
fixes:
- A hard coded filter used in get_test_run_series() is removed
- write_subunit will now handle test_runs without any metadata
other:
- DB API tests now run against all supported backends
- New tests are added to ensure sqlalchemy models and migrations are in sync