| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 026bcbe4c7a88925cbb3441dd7cc0d4c70ac5b97..267b6e18a207c8ba1bbd28f8084765ad06e35522 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,9 @@
|
| +## 0.9.6
|
| +* [bug] fix enum indexes (#1176).
|
| +* [enhancement] added support for crossdart. If there is a `crossdart.json`
|
| + file in the input dir (which can be generated by Crossdart), it will use that
|
| + file to add links to `crossdart.info` in the source code block.
|
| +
|
| ## 0.9.5
|
| * [enhancement] support for `@example` tag to inject sample code into comments.
|
| eg. `{@example core/ts/bootstrap/bootstrap.dart region='bootstrap'}`, where
|
|
|