Add release notes for recent releases

This commit adds the release notes for the 0.5.0 and the 0.5.1
release. I probably should start pushing these before I push the
release, oh well...

Change-Id: I3c87532f28415659bd9d789a056b36e883c34a43
This commit is contained in:
Matthew Treinish 2015-05-15 15:19:49 -04:00
parent 62e484dc68
commit 60f40c76e5
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

@ -94,6 +94,25 @@ argument is specified to write it to a file instead.
Release Notes
=============
0.5.1
-----
* Remove matplotlib from requirements file to avoid requiring additional C
dependencies in CI systems. (the next release will switch to using extras
to articulate the additional dependencies for the graphing tool)
0.5.0
-----
* Several new db api methods to:
* Delete old runs and test_runs
* Get a test status time series dict
* Get a test uuid from a test_id
* Get date bounded per status counts for a test
* Adds a new subunit2sql-db-manage subcommand to expire runs and
test_runs
* Reworked subunit2sql-graph command to be modular extendable
* Added 2 new graph types to subunit2sql-graph, agg_count and failures
* Improved the formatting for the previously existing run_time graph
0.4.2
-----
* Fixes an issue with the path finding in 1679b5bc102 which cause failures