Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 045ba6aed3176ea9768cf9688dac5cb76c8303da..3300864c2485d3367b8728b073c45a2cbb3c1670 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -4,6 +4,13 @@ |
* Added `Uri.queryParametersAll` to handle multiple query parameters with |
the same name. |
+ * Added `SecurityContext.usePrivateKeyBytes`, |
+ `SecurityContext.useCertificateChainBytes`, and |
+ `SecurityContext.setTrustedCertificatesBytes`. |
+ The non-`Bytes` methods now return a `Future`. |
kevmoo
2016/02/04 19:14:53
Please group these under 'dart:io" – see previous
zra
2016/02/04 22:31:41
Done.
|
+ `SecurityContext.setTrustedCertificatesBytes` now takes only one argument |
+ for the PEM file name containing the new trusted certificates. |
+ |
## 1.14.0 - 2016-01-28 |
### Core library changes |