Fix mistake in CHANGELOG.

Must have forgotten to save this before uploading the new patch
yesterday.

Change-Id: I17967886c5138d609171030350c2b329f17b4650
Reviewed-on: https://dart-review.googlesource.com/c/93282
Reviewed-by: Vijay Menon <vsm@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
This commit is contained in:
Bob Nystrom 2019-02-14 20:48:39 +00:00 committed by commit-bot@chromium.org
parent 48f7364d7b
commit 59efe201fd

View file

@ -73,7 +73,7 @@ Upgraded the linter to `0.1.82` which adds the following improvements:
## 2.1.1 - 2019-02-18
This is a minor version release. Again, the team's focus was mostly on improving
This is a patch version release. Again, the team's focus was mostly on improving
performance and stability after the large changes in Dart 2.0.0. In particular,
dart2js now always uses the "fast startup" emitter and the old emitter has been
removed.