[release] Merge the two 2.7.0 sections in the changelog

For some reason, a second 2.7.0 section was added. This CL merges the
additions from https://dart-review.googlesource.com/c/sdk/+/127480/ into
the exisiting 2.7.0 section.

Change-Id: Ie23df9c8656d3c0fd4f8cd3bd21e7bc85ba28cea
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127889
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Alexander Thomas 2019-12-11 09:44:24 +00:00
parent c716068538
commit 0f4a673a10

View file

@ -1,10 +1,6 @@
## 2.7.0
**Extension methods** -- which we shipped in preview in 2.6.0 -- are no longer
in preview, and are now officially supported as of 2.7.0. Learn more about them
here:
https://medium.com/dartlang/extension-methods-2d466cd8b308
## Next release
(Add new changes here, and they will be copied to the change section for the
next release)
### Language
@ -28,6 +24,12 @@ The Linter was updated to `0.1.105+1`, which includes:
## 2.7.0 - 2019-12-11
**Extension methods** -- which we shipped in preview in 2.6.0 -- are no longer
in preview, and are now officially supported as of 2.7.0. Learn more about them
here:
https://medium.com/dartlang/extension-methods-2d466cd8b308
### Language
* **Breaking Change**: [Static extension members][] are accessible when