Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: CHANGELOG.md

Issue 1759053003: Add Changelog entry for CL 1710593002 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.15.0 1 ## 1.15.0
2 2
3 ### Language features 3 ### Language features
4 * Added support for [configuration-specific imports](https://github.com/munifice nt/dep-interface-libraries/blob/master/Proposal.md). 4 * Added support for [configuration-specific imports](https://github.com/munifice nt/dep-interface-libraries/blob/master/Proposal.md).
5 On the VM and dart2js, they can be enabled with `--conditional-directives`. 5 On the VM and dart2js, they can be enabled with `--conditional-directives`.
6 6
7 The analyzer requires an additional option in an `options` file: 7 The analyzer requires an additional option in an `options` file:
8 ```yaml 8 ```yaml
9 analyzer: 9 analyzer:
10 language: 10 language:
(...skipping 17 matching lines...) Expand all
28 `SecurityContext.setClientAuthoritiesBytes`. 28 `SecurityContext.setClientAuthoritiesBytes`.
29 * **Breaking** The named `directory` argument of 29 * **Breaking** The named `directory` argument of
30 `SecurityContext.setTrustedCertificates` has been removed. 30 `SecurityContext.setTrustedCertificates` has been removed.
31 * Added support to `SecurityContext` for PKCS12 certificate and key 31 * Added support to `SecurityContext` for PKCS12 certificate and key
32 containers. 32 containers.
33 * All calls in `SecurityContext` that accept certificate data now accept an 33 * All calls in `SecurityContext` that accept certificate data now accept an
34 optional named parameter `password`, similar to 34 optional named parameter `password`, similar to
35 `SecurityContext.usePrivateKeyBytes`, for use as the password for PKCS12 35 `SecurityContext.usePrivateKeyBytes`, for use as the password for PKCS12
36 data. 36 data.
37 37
38 ### Service protocol changes
39
40 * Fixed a documentation bug where the field `extensionRPCs` in `Isolate`
41 was not marked optional.
42
38 ## 1.14.2 - 2016-02-09 43 ## 1.14.2 - 2016-02-09
39 44
40 * Fixes a bug where pub would download packages from pub.dartlang.org even when 45 * Fixes a bug where pub would download packages from pub.dartlang.org even when
41 a different hosted URL was specified. 46 a different hosted URL was specified.
42 47
43 ## 1.14.1 - 2016-02-04 48 ## 1.14.1 - 2016-02-04
44 49
45 Patch release, resolves one issue: 50 Patch release, resolves one issue:
46 51
47 * Debugger: Fixes a VM crash when a debugger attempts to set a break point 52 * Debugger: Fixes a VM crash when a debugger attempts to set a break point
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 they will keep the Dart process alive until they time out. This fixes the 809 they will keep the Dart process alive until they time out. This fixes the
805 handling of persistent connections. Previously, the client would shut down 810 handling of persistent connections. Previously, the client would shut down
806 immediately after a request. 811 immediately after a request.
807 812
808 * **Breaking change:** `HttpServer` no longer compresses all traffic by 813 * **Breaking change:** `HttpServer` no longer compresses all traffic by
809 default. The new `autoCompress` property can be set to `true` to re-enable 814 default. The new `autoCompress` property can be set to `true` to re-enable
810 compression. 815 compression.
811 816
812 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 817 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
813 which controls how it resolves `package:` URIs. 818 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698