Add release notes for 0.6.0

This adds release notes for the following commits:

    $ git log --oneline --no-merges 0.5.0..HEAD
    9d5ceab Drop py26 support
    752f9ca Disable propagating BadStoreConfiguration
    78984a8 Sync up with global-requirements
    f33fe43 Handle optional dependency in vmware store

Change-Id: Iacdea33f8fd2f83fe8b92d0684a3637cef64a4b1
This commit is contained in:
Nikhil Komawar 2015-05-28 01:02:51 -04:00 committed by Nikhil Komawar
parent 9d5ceab122
commit b3f8092b75
1 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,7 @@ glance_store
============
The glance_store library supports the creation, deletion and gather of data
assets from/to a set of several, different, storage technologies
assets from/to a set of several, different, storage technologies.
Contents
========
@ -13,6 +13,16 @@ Contents
Release Notes
=============
0.6.0
-----
* Dropped py26 support
* Disable propagating BadStoreConfiguration
* _1454695: Sync with global-requirements
* Handle optional dependency in vmware store
.. _1454695: https://bugs.launchpad.net/glance-store/+bug/1454695
0.5.0
-----