Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Marczinowski committed Mar 12, 2019
1 parent c7fe0b9 commit 9ef6eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changes.rst
Expand Up @@ -7,6 +7,8 @@ Changelog
* Use ``BlockBlobService.list_blob_names`` in :meth:`simplekv.net.azurestore.AzureBlockBlobStore.iter_keys``.
This will only parse the names from Azure's XML response thus reducing CPU time
siginificantly for this function.
* They ``.keys()`` method on Python 3 now returns a list. This is in line with the documentation and the
behaviour on Python 2. It used to return a generator.

0.11.11
====
Expand Down

0 comments on commit 9ef6eb9

Please sign in to comment.