From 2b02313b63f93076314f30eb76129ad267b3cec0 Mon Sep 17 00:00:00 2001 From: Felix Marczinowski Date: Fri, 9 Mar 2018 16:54:59 +0100 Subject: [PATCH] update change log for 0.11.8 --- docs/changes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index b817a4aa..b8192059 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,5 +1,11 @@ Changelog ********* + +0.11.8 +====== +* Depend on azure-storage-blob, following the new naming scheme. +* Pass the max_connections parameter to Azure backend. + 0.11.7 ====== * removed seek() and tell() API for file handles opened in the botostore, due to it leaking HTTP connections to S3.