| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 4dbea3924bfcf3ebeea1c6387772d7fe8b929ce7..3320989f87c16d4971e6151caa4a9d7b90121c9b 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -3,6 +3,14 @@
|
| This file contains highlights of what changes on each version of the html
|
| package.
|
|
|
| +## 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`.
|
|
|
|
|