From 7a481b1a96ba4bbecc1297c022d86fd9337f3847 Mon Sep 17 00:00:00 2001 From: William Hesse Date: Tue, 19 Dec 2017 15:39:33 +0000 Subject: [PATCH] Add CHANGELOG.md section for stable patch release 1.24.3 Bug: Change-Id: I7e087042dbb2cc20865f94a2e36724a4da9aa72c R=floitsch@google.com Reviewed-on: https://dart-review.googlesource.com/30341 Reviewed-by: Florian Loitsch --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d48cbd69b..9062ea7820e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -195,6 +195,20 @@ used as the type in an instance check. For example: } ``` +## 1.24.3 - 14-12-2017 + +* Fix for constructing a new SecurityContext that contains the built-in + certificate authority roots + (https://github.com/dart-lang/sdk/issues/24693). + +### Core library changes + +* `dart:io` + * Unified backends for `SecureSocket`, `SecurityContext`, and + `X509Certificate` to be consistent across all platforms. All + `SecureSocket`, `SecurityContext`, and `X509Certificate` properties and + methods are now supported on iOS and OSX. + ## 1.24.2 - 22-06-2017 * Fixes for debugging in Dartium.