diff --git a/CHANGELOG.md b/CHANGELOG.md index c09af11..f56089e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## 0.15.0-nullsafety-dev +## 0.15.0-nullsafety.0-dev +- Migrate to null safety. - Drop `lastPhase`, `beforeRcDataPhase`, and `container` fields from `HtmlParser` class. These fields never had a value other than `null`. diff --git a/pubspec.yaml b/pubspec.yaml index 10871ec..df0411b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: html -version: 0.15.0-nullsafety-dev +version: 0.15.0-nullsafety.0-dev description: APIs for parsing and manipulating HTML content outside the browser. homepage: https://github.com/dart-lang/html