Update the changelog in the readme

This commit updates the readme file to include the changelog for the
2 recent releases.

Change-Id: I4e9cf92d42906b57121ef213817f6e6f5e3622ad
This commit is contained in:
Matthew Treinish 2015-08-09 21:20:58 -04:00
parent 4d04042bd6
commit 40ec33f0a4
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

@ -117,6 +117,22 @@ argument is specified to write it to a file instead.
Release Notes
=============
0.8.1
-----
* Fix an issue with migration 1ff737bef438 which was failing on creating an
index on mysql environments using multi-byte utf8.
0.8.0
-----
* DB API improvements:
* New methods to get runs by key value pair in run_metadata and get
the run_metadata for a run
* Documentation updates
* A new migration is added to add additional indexes on common search
patterns
* Several bugfixes and code cleanups
0.7.0
-----
* Initial external plugin support for the subunit2sql-graph command