File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,17 @@ Changelog
8
8
Major Features
9
9
--------------
10
10
11
- * Add Keyrings
11
+ * Add ` keyrings `_.
12
12
* Change one-step APIs to return a :class: `CryptoResult ` rather than a tuple.
13
- * Changed APIs: ``aws_encryption_sdk.encrypt `` and ``aws_encryption_sdk.decrypt ``.
13
+ * Modified APIs: ``aws_encryption_sdk.encrypt `` and ``aws_encryption_sdk.decrypt ``.
14
14
15
15
.. note ::
16
16
17
17
For backwards compatibility,
18
18
:class: `CryptoResult ` also unpacks like a 2-member tuple.
19
19
This allows for backwards compatibility with the previous outputs
20
- so this change should not break any existing consumers.
20
+ so this change should not break any existing consumers
21
+ unless you are specifically relying on the output being an instance of :class: `tuple `.
21
22
22
23
23
24
1.4.1 -- 2019-09-20
@@ -211,3 +212,4 @@ Minor
211
212
.. _pylint : https://www.pylint.org/
212
213
.. _flake8 : http://flake8.pycqa.org/en/latest/
213
214
.. _doc8 : https://launchpad.net/doc8
215
+ .. _keyrings : https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/choose-keyring.html
You can’t perform that action at this time.
0 commit comments