| Index: packages/html/CHANGELOG.md
|
| diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md
|
| index 4dbea3924bfcf3ebeea1c6387772d7fe8b929ce7..af731063eed4e0225bb3d489b6b69dfe0d461395 100644
|
| --- a/packages/html/CHANGELOG.md
|
| +++ b/packages/html/CHANGELOG.md
|
| @@ -1,7 +1,17 @@
|
| -# changelog
|
| +## 0.13.2
|
|
|
| -This file contains highlights of what changes on each version of the html
|
| -package.
|
| + * Support the latest release of `pkg/csslib`.
|
| +
|
| +## 0.13.1
|
| + * Update Set.difference to take a Set<Object>.
|
| +
|
| +## 0.13.0
|
| +
|
| + * **BREAKING** Fix all [strong mode][] errors and warnings.
|
| + This involved adding more precise types on some public APIs, which is why it
|
| + may break users.
|
| +
|
| +[strong mode]: https://github.com/dart-lang/dev_compiler/blob/master/STRONG_MODE.md
|
|
|
| #### Pub version 0.12.2+2
|
| * Support `csslib` versions `0.13.x`.
|
|
|