1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

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 <floitsch@google.com>
This commit is contained in:
William Hesse 2017-12-19 15:39:33 +00:00
parent 0fb21eec2f
commit 7a481b1a96

View File

@ -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.