Version 2.1.0-dev.8.0
Merge commit 'cf0a99a' into dev
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b310f71..5a55218 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 2.1.0-dev.XX.0
+## 2.1.0-dev.8.0
#### `dart:html`
Fixed Service Workers and any Promise/Future API with a Dictionary parameter.
@@ -135,7 +135,6 @@
* ServiceWorkerGlobalScope.instance
* WorkerGlobalScope.instance
-
### Language
* Allow integer literals to be used in double contexts.
@@ -152,8 +151,6 @@
* Add `HashMap.fromEntries` and `LinkedHashmap.fromEntries` constructors.
-### Dart VM
-
### Tool Changes
#### Linter
@@ -184,8 +181,6 @@
* relaxed `void_checks` (allowing `T Function()` to be assigned to `void Function()`)
* fixed false positives in `lines_longer_than_80_chars`
-#### Pub
-
#### dart2js
* Breaking change: duplicate keys in a const map are not allowed and produce a
@@ -193,7 +188,9 @@
this is already an error in dartanalyzer and DDC and will be an error in
other tools in the future as well.
-#### Other Tools
+## 2.1.0-dev.7.1
+
+* Cherry-pick 6b67cd784bbd13d5b6127cba44281a879fa7275c to dev
## 2.1.0-dev.7.0
diff --git a/tools/VERSION b/tools/VERSION
index 3408fb4..e678d7a 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -23,9 +23,9 @@
# * Making cherry-picks to stable channel
# - increase PATCH by 1
#
-CHANNEL be
+CHANNEL dev
MAJOR 2
MINOR 1
PATCH 0
-PRERELEASE 0
+PRERELEASE 8
PRERELEASE_PATCH 0