summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 50350a8..81a1249 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -13,6 +13,19 @@ Contents
Release Notes
=============
+0.4.0
+-----
+* Deprecate the gridfs store
+* Use oslo_config.cfg.ConfigOpts in glance_store
+* _1426767: Make dependency on boto entirely conditional
+* _1429785: Fix timeout during upload from slow resource
+* _1418396: Throw NotFound exception when template is gone
+* Correct such logic in store.get() when chunk_size param provided
+
+.. _1426767: https://bugs.launchpad.net/glance-store/+bug/1426767
+.. _1429785: https://bugs.launchpad.net/glance-store/+bug/1429785
+.. _1418396: https://bugs.launchpad.net/glance-store/+bug/1418396
+
0.0.1a1
-------