Chromium Code Reviews| Index: pkg/source_maps/CHANGELOG.md |
| diff --git a/pkg/source_maps/CHANGELOG.md b/pkg/source_maps/CHANGELOG.md |
| index 6d371c9bfa4d7112999e9722c2d14ef27f4b4b23..a70bc4480cd74f78952a79a78be09cb526b24e54 100644 |
| --- a/pkg/source_maps/CHANGELOG.md |
| +++ b/pkg/source_maps/CHANGELOG.md |
| @@ -1,3 +1,8 @@ |
| +## 0.10.0 |
| + |
| +* Remove the `Span`, `Location` and `SourceFile` classes. Use the |
| + corresponding `source_span` classes instead. |
| + |
| ## 0.9.4 |
| * Update `SpanFormatException` with `source` and `offset`. |