[infra] Update CHANGELOG.md for 2.6.1

Change-Id: I0a508941b160af012833c12d1c4febfb6e2c176a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/124690
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
Alexander Thomas 2019-11-11 11:52:13 +00:00
parent 4a661e19e2
commit 64b0bfac68

View file

@ -37,12 +37,21 @@ The Linter was updated to `0.1.103`, which includes:
* Show a proper error message when `git` is not installed.
## 2.6.1 - 2019-11-11
This is a patch release that reduces dart2js memory usage (issue [27883][]),
improves stability on arm64 (issue [39090][]) and updates the Dart FFI
documentation.
[27883]: https://github.com/dart-lang/sdk/issues/27883
[39090]: https://github.com/dart-lang/sdk/issues/39090
## 2.6.0 - 2019-11-05
### Language
* **[IN PREVIEW]** [Static extension members][]: A new language feature allowing
specially declared static functions to be invoked
* **[IN PREVIEW]** [Static extension members][]: A new language feature
allowing specially declared static functions to be invoked
like instance members on expressions of appropriate static types
is available in preview.