Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index bd34bc8f35d7b0cf384e6bae22bb86c3340471f1..c41f2c415179dbdf3a3c8705194d31f494af5f15 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -4,6 +4,18 @@ |
* Added `Uri.queryParametersAll` to handle multiple query parameters with |
the same name. |
+* `dart:io` |
+ * Added `SecurityContext.usePrivateKeyBytes`, |
+ `SecurityContext.useCertificateChainBytes`, |
+ `SecurityContext.setTrustedCertificatesBytes`, and |
+ `SecurityContext.setClientAuthoritiesBytes`. |
+ * **Breaking** The non-`Bytes` methods have been renamed -`Sync`, as they may |
+ do synchronous IO. |
+ * **Breaking** The named `directory` argument has been removed from |
+ `SecurityContext.setTrustedCertificatesSync`. The method now takes only |
+ one argument for the PEM file name containing the new trusted |
+ certificates. |
+ |
## 1.14.1 - 2016-02-04 |
Patch release, resolves one issue: |