We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626eb4e commit 3fdacd7Copy full SHA for 3fdacd7
CHANGELOG.rst
@@ -8,10 +8,12 @@ Changelog
8
Minor
9
-----
10
11
-* Add support to remove clients from :ref:`KMSMasterKeyProvider` client cache if they fail to connect to endpoint.
+* Add support to remove clients from :class:`KMSMasterKeyProvider` client cache if they fail to connect to endpoint.
12
`#86 <https://github.com/aws/aws-encryption-sdk-python/pull/86>`_
13
* Add support for SHA384 and SHA512 for use with RSA OAEP wrapping algorithms.
14
`#56 <https://github.com/aws/aws-encryption-sdk-python/issues/56>`_
15
+* Fix ``streaming_client`` classes to properly interpret short reads in source streams.
16
+ `#24 <https://github.com/aws/aws-encryption-sdk-python/issues/24>`_
17
18
1.3.7 -- 2018-09-20
19
===================
0 commit comments