Add changelog entry for TLS change

Change-Id: I0fe114426b0b0747d5080ab5bbbf6d2334d222d6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215404
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
This commit is contained in:
Michael Thomsen 2021-10-05 13:25:30 +00:00 committed by commit-bot@chromium.org
parent 74fd108a69
commit edb76fa0a7

View file

@ -280,7 +280,7 @@
- When a script is `dart run` it will always be precompiled, but with
incremental precompilation for following runs.
### `dart:core`
#### `dart:core`
- Add extension `name` getter on enum values.
- Add `Enum.compareByIndex` helper function for comparing enum values by index.
@ -288,6 +288,12 @@
- Add extension methods on `Iterable<T extends Enum>`, intended for
`SomeEnumType.values` lists, to look up values by name.
#### `dart:io`
- **Breaking Change** [#46875](https://github.com/dart-lang/sdk/issues/46875):
The `SecurityContext` class in `dart:io` has been updated to set the minimum
TLS protocol version to TLS1_2_VERSION (1.2) instead of TLS1_VERSION.
### Tools
#### Dart command line